auth0 / auth0-python

Auth0 SDK for Python
https://auth0-python.readthedocs.io
MIT License
506 stars 164 forks source link

[SDK-4138] Add support for Pushed Authorization Requests (PAR) #560

Closed adamjmcgrath closed 9 months ago

adamjmcgrath commented 9 months ago

Changes

Add support for the /oauth/par endpoint in the auth client

References

Pushed Authorization Requests (PAR) https://www.rfc-editor.org/rfc/rfc9126.html

adamjmcgrath commented 9 months ago

Depends on https://github.com/auth0/auth0-python/pull/561 to fix the build