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 `has_client_secret` method. #513

Closed azmeuk closed 1 year ago

azmeuk commented 1 year ago

I just noticed that has_client_secret is unused.

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

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


lepture commented 1 year ago

Thanks