A Flask app using Authlib and OpenID Connect private_key_jwt client authentication.
- Generate a key pair for the client and register the client's public key with your identity provider.
make keys-
Copy
.env.exampleto.envand provide the required values. -
Install the dependencies and start the app:
make install
make runThis app was based on the Authlib flask-google-login example.