A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
python
identity
oauth
library
oauth2
authentication
python3
authorization
oauth1
python-3
jwt-bearer-tokens
openid-connect
python-2
jwt-authentication
python2
oidc
token-based-authentication
oidc-provider
-
Updated
Jul 5, 2021 - Python
How easy would it be to change the library to have versions of the encode and decode functions where the payload JSON was provided / returned just as the JSON text?
There are other good JSON generation / parsing libraries available, and some people may wish to use them to generate or process the payload, rather than the built in claim processing.