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

Add registration support #9

Closed ArtyomVancyan closed 11 months ago

ArtyomVancyan commented 1 year ago

As the /auth endpoint, there must be an endpoint for registration or enrollment (/register) that should also be easy-integratable with the existing user scheme.