v0.49.1 including Codemods (#28)
This commit is contained in:
@@ -143,6 +143,14 @@ export const handler = async (event, context) => {
|
||||
login: loginOptions,
|
||||
resetPassword: resetPasswordOptions,
|
||||
signup: signupOptions,
|
||||
|
||||
cookie: {
|
||||
HttpOnly: true,
|
||||
Path: '/',
|
||||
SameSite: 'Strict',
|
||||
Secure: true,
|
||||
// Domain: 'example.com',
|
||||
},
|
||||
})
|
||||
|
||||
return await authHandler.invoke()
|
||||
|
||||
Reference in New Issue
Block a user