mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-06 10:11:27 +03:00
fix: http, improve env
This commit is contained in:
@@ -19,6 +19,7 @@ module.exports.get = () => ({
|
||||
.setCookie('token', token, {
|
||||
domain: domain,
|
||||
httpOnly: true,
|
||||
maxAge: 604800, // seconds, not milliseconds
|
||||
path: '/',
|
||||
sameSite: true,
|
||||
secure: false,
|
||||
|
Reference in New Issue
Block a user