Skip to content

Commit

Permalink
upd: token expiration date increased to 5 years
Browse files Browse the repository at this point in the history
  • Loading branch information
zubkovmd committed Mar 3, 2024
1 parent c4aa6c9 commit f229e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Service constants"""

# api token expire minutes
ACCESS_TOKEN_EXPIRE_MINUTES = 60 * 24 * 100
ACCESS_TOKEN_EXPIRE_MINUTES = 60 * 24 * 365 * 5
# group name for is_admin checks
ADMIN_GROUP_NAME = "admin"
# default user group name (sets this group for new users)
Expand Down

0 comments on commit f229e1d

Please sign in to comment.