api/security: jwt session token
This commit is contained in:
@@ -34,6 +34,8 @@ const env = {
|
||||
externalProxy: process.env.API_EXTERNAL_PROXY,
|
||||
|
||||
turnstileSecret: process.env.TURNSTILE_SECRET,
|
||||
jwtSecret: process.env.JWT_SECRET,
|
||||
jwtLifetime: process.env.JWT_EXPIRY || 120,
|
||||
}
|
||||
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user