pysnippet / fastapi-oauth2

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

Multiple providers #13

Closed ArtyomVancyan closed 1 year ago

ArtyomVancyan commented 1 year ago

Motivation:

Improved and tested the work with multiple providers (GH-8). Also, added unit tests for each module of the package, as well as typing in the missing places.

All Submissions:

Changes to Core Features: