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

Make compatible with REST APIs #19

Closed ArtyomVancyan closed 10 months ago

ArtyomVancyan commented 10 months ago

The library is compatible with SSR and partly compatible with REST APIs. Make it fully compatible with REST APIs and create a new demo app with the use of custom CSRF protection and PKCE support (this depends on #18).