mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-18 07:26:03 +01:00
feat: add user management section
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const JWT_EXPIRES_IN = 15 // minutes
|
||||
const JWT_EXPIRES_IN = 15000000 // minutes
|
||||
const SESSION_EXPIRES_IN = 30 // days
|
||||
|
||||
const { JWT_SECRET } = process.env
|
||||
|
||||
Reference in New Issue
Block a user