authlibEasy Playground

OAuth, OpenID Connect, JOSE for clients and servers

Getting started with authlibRun locally
Install
pip install authlib
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: authlib)

authlib is a third-party package. OAuth, OpenID Connect, JOSE for clients and servers. Install with: pip install authlib

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?