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 0732354 commit 2bb58a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sanic_security/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ async def authenticate(request: Request) -> tuple[bool, AuthenticationSession]:
UnverifiedError
DisabledError
SecondFactorRequiredError
ExpiredError
"""
authentication_session = await AuthenticationSession.decode(request)
try:
Expand Down Expand Up @@ -245,6 +246,7 @@ async def on_authenticate(request):
DeactivatedError
UnverifiedError
DisabledError
ExpiredError
"""

def decorator(func):
Expand Down

0 comments on commit 2bb58a8

Please sign in to comment.