Skip to content

Commit

Permalink
Update fastapi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iskomir committed Apr 7, 2024
1 parent 8a033b2 commit 7dfe426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth_lib/fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ async def __call__(
if required_scopes - session_scopes:
self._except_not_authentificated()
return result

0 comments on commit 7dfe426

Please sign in to comment.