authlib / example-oauth2-server

Example for OAuth 2 Server for Authlib.
https://authlib.org/
684 stars 285 forks source link

Added consent model #76

Closed azmeuk closed 1 year ago

azmeuk commented 4 years ago

It is not strictly in OAuth specs, but I guess it is something often used, and it will be someday in the spec. A common usecase for this is the prompt=None parameter in the OIDC authorization request.

If you think this do not belong here, I can also make this PR for authlib/example-oidc-server.