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

Removed `request_invalid` and `token_revoked` methods #514

Closed azmeuk closed 1 year ago

azmeuk commented 1 year ago

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

This removes unused methods definition and documentation.

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

lepture commented 1 year ago

Thanks