Skip to content

Commit

Permalink
Docs revision
Browse files Browse the repository at this point in the history
  • Loading branch information
na-stewart committed Jun 23, 2024
1 parent b6d0d89 commit b228861
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sanic_security/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ async def authenticate(request: Request) -> tuple[bool, AuthenticationSession]:
NotFoundError
JWTDecodeError
DeletedError
ExpiredError
DeactivatedError
UnverifiedError
DisabledError
Expand Down Expand Up @@ -241,7 +240,6 @@ async def on_authenticate(request):
NotFoundError
JWTDecodeError
DeletedError
ExpiredError
DeactivatedError
UnverifiedError
DisabledError
Expand Down

0 comments on commit b228861

Please sign in to comment.