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.49k stars 448 forks source link

RFC7591: Use default values for 'response_types' and 'grant_types' #512

Closed azmeuk closed 1 year ago

azmeuk commented 1 year ago

The RFC7591 dynamic client registration indicates default values for response_types and grant_types:

This is a better attempt than #509

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

azmeuk commented 1 year ago

@lepture Can I help you go forward with this patch?

azmeuk commented 1 year ago

Thank you!

lepture commented 1 year ago

You're welcome.