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

fastapi.security classes use only headers #7

Closed ArtyomVancyan closed 1 year ago

ArtyomVancyan commented 1 year ago

The package also saves the Authorization token in the cookies, and fastapi.security classes expect the token to be only in the headers.