authlib / example-oauth2-server

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

client ask for Auth on behalf of owner when owner got no session on auth server #66

Closed Fisherworks closed 4 years ago

Fisherworks commented 4 years ago

when 3rd party request auth and resource owner is NOT LOGGED to the Auth server, then the request should be redirected to the owner login page (on Auth server) at first. And after owner logged in, redirect resource owner back to the auth endpoint

lepture commented 4 years ago

Thanks