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

Implement the error handling #28

Closed ArtyomVancyan closed 11 months ago

ArtyomVancyan commented 11 months ago

Motivation:

Catch the possible exceptions that can occur in the middleware and reraise the corresponding distribution of the HTTPException based on the situation. Also, update the "Error handling" section of the documentation and add missing tests.

All Submissions:

Changes to Core Features: