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 possible using multiple providers for same app #8

Closed ArtyomVancyan closed 11 months ago

ArtyomVancyan commented 1 year ago

When multiple clients are configured for the same app, there needs to be an easy way for the client to choose between providers.