Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wildjames authored Jun 15, 2024
1 parent 7c876bc commit c6142b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions todoqueue_backend/todoqueue_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ def get_env_variable(var_name, default=None, cast_type=str):
}

SIMPLE_JWT = {
"ACCESS_TOKEN_LIFETIME": timedelta(days=1),
"REFRESH_TOKEN_LIFETIME": timedelta(days=7),
"ACCESS_TOKEN_LIFETIME": timedelta(days=30),
"REFRESH_TOKEN_LIFETIME": timedelta(days=90),
"ROTATE_REFRESH_TOKENS": True,
"BLACKLIST_AFTER_ROTATION": True,
}
Expand Down

0 comments on commit c6142b5

Please sign in to comment.