authlib
authlib copied to clipboard
OpenID Connect session management
trafficstars
I suggest implementing the OpenID Connect session management draft in authlib, even if it is still a draft. There has been 30 iterations, so it feels quite stable now. Authlib could warn the user with a message like: this is a draft, API may brutally change to follow the draft iterations, use it at your own risks.
That would mean providing:
- an addition
session_stateparameter to the authorization response; - a
check_session_iframeendpoint, and iframe content; - a
end_session_endpointendpoint.
What do you think?
Related issues #500 #560 #561
Hi @azmeuk
I would like to put a delay on this ticket. I'm working on to make an Authlib 1.0 release. This can be something later, maybe 1.2 or 1.3.
For the record, the specification is not a draft anymore since september 12th