Skip to content

Commit

Permalink
jwt token valid for 5 days
Browse files Browse the repository at this point in the history
  • Loading branch information
sleonardoaugusto committed Jan 18, 2025
1 parent 3e6c643 commit 37fc85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lavocat/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
],
}

FIVE_DAYS = timedelta(days=1)
FIVE_DAYS = timedelta(days=5)
SIMPLE_JWT = {
'ACCESS_TOKEN_LIFETIME': FIVE_DAYS,
}
Expand Down

0 comments on commit 37fc85d

Please sign in to comment.