lepture / authlib

The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
https://authlib.org/
BSD 3-Clause "New" or "Revised" License
4.45k stars 446 forks source link

OpenID Connect session management #292

Open azmeuk opened 3 years ago

azmeuk commented 3 years ago

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:

What do you think?

Related issues #500 #560 #561

lepture commented 3 years ago

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.

azmeuk commented 1 year ago

For the record, the specification is not a draft anymore since september 12th

jeffclay commented 6 months ago

It seems 1.3 was missed.