1558
This commit is contained in:
parent
43d0863342
commit
f23decf071
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ export default async function GUsuarioLoginService(form: any) {
|
|||
httpOnly: true,
|
||||
secure: process.env.NODE_ENV === 'production',
|
||||
sameSite: process.env.NODE_ENV === 'production' ? 'none' : 'lax',
|
||||
domain: process.env.NODE_ENV === 'production' ? '.http://saas_app/login' : undefined,
|
||||
path: '/',
|
||||
maxAge: 60 * 60 * 24,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue