Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/labs/utils/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def create_access_token(

Args:
subject (str): The subject of the token, usually the email
expires_delta (int, optional): The number of seconds the token
should be valid for. Defaults to None.
fresh (bool, optional): Whether the token is fresh or not.
Defaults to False.

Expand Down