fastapi-oauth2 icon indicating copy to clipboard operation
fastapi-oauth2 copied to clipboard

Easy to integrate OAuth2 authentication with support for several identity providers.

Results 2 fastapi-oauth2 issues
Sort by recently updated
recently updated
newest added
trafficstars

Move middleware error handling from `__call__` to `authenticate` and make it more specific. ### Motivation: This pull request attempts to fix issue GH-42: Middleware exception handling now intercepts any exception...

### Bug description OAuth2Middleware handles exceptions too widely by catching `Exception` and masking any error raised in user code. Because that middleware wraps the whole application and, more importantly, user...

bug