feat(auth): add 'remember me' functionality and token refresh logic
This commit is contained in:
@@ -34,6 +34,10 @@ AUTH_ENABLED=false
|
||||
# REFRESH_SECRET=
|
||||
# COOKIE_SECRET=
|
||||
|
||||
# Token TTL (optional - defaults shown)
|
||||
# ACCESS_TOKEN_TTL_MINUTES=15
|
||||
# REFRESH_TOKEN_TTL_DAYS=7
|
||||
|
||||
# SMTP (optional - for email notifications and password reset)
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=587
|
||||
|
||||
Reference in New Issue
Block a user