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

Flask client: allow to pass state data to `authorize_redirect` #522

Closed n0061q closed 1 year ago

n0061q commented 1 year ago

Fixes #521

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

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

It migth be breaking compatibility if users would want _state_extras URL param in kwargs to authorize_redirect. That would produce unexpected result.


lepture commented 1 year ago

Check my comment in your issue.