Skip to content
forked from Demonware/jose

Python implementation of the Javascript Object Signing and Encryption (JOSE) framework (https://datatracker.ietf.org/wg/jose/charter/)

License

Notifications You must be signed in to change notification settings

franthemanIT/jose

This branch is 1 commit ahead of Demonware/jose:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b06b97b · Jul 4, 2023

History

21 Commits
Nov 23, 2015
Nov 25, 2014
Nov 26, 2014
Jul 28, 2016
Nov 23, 2015
Nov 25, 2014
Jan 15, 2015
Nov 25, 2014
Nov 25, 2014
Jul 4, 2023
Nov 25, 2014
Jul 28, 2016
Jul 28, 2016
Apr 26, 2016

Repository files navigation

JOSE
====

JOSE is a framework intended to provide a method to securely transfer
claims (such as authorization information) between parties. The JOSE framework
provides a collection of specifications to serve this purpose. A JSON Web
Token (JWT) contains claims that can be used to allow a system to apply access
control to resources it owns.

JWTs can be represented as either JSON Web Signature (JWS) or a JSON Web
Encryption (JWE) objects. Claims within a JWS can be read as they are simply
base64-encoded (but carry with them a signature for authentication). Claims
in a JWE on the other hand, are encrypted and as such, are entirely opaque
to clients using them as their means of authentication and authorization.

This library implements JWS and JWEs along with a subset of the
encryption / authentication algorithms recommended by the JOSE framework.

Documentation
=============
http://jose.readthedocs.org/en/latest

Builds
======
https://travis-ci.org/Demonware/jose

About

Python implementation of the Javascript Object Signing and Encryption (JOSE) framework (https://datatracker.ietf.org/wg/jose/charter/)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Makefile 0.6%