change protocol
This commit is contained in:
@@ -37,7 +37,7 @@ export async function createSession(token: string, email: string) {
|
||||
|
||||
cookieStore.set('session', session, {
|
||||
httpOnly: true,
|
||||
secure: true,
|
||||
secure: false,
|
||||
expires: expiresAt,
|
||||
sameSite: 'lax',
|
||||
path: '/',
|
||||
|
||||
Reference in New Issue
Block a user