pysnippet / fastapi-oauth2

Easy to integrate OAuth2 authentication with support for several identity providers.
https://docs.pysnippet.org/fastapi-oauth2
MIT License
49 stars 7 forks source link

Implement support for PKCE #18

Closed ArtyomVancyan closed 10 months ago

ArtyomVancyan commented 10 months ago

Implement support for PKCE. The oauthlib dependency of the library already has PKCE support, so it needs to handle the proper URL parameters. The documentation of oauthlib according to the PKCE usage can be found here.

challenge