v0.49.1 including Codemods (#28)
This commit is contained in:
BIN
api/db/dev.db-journal
Normal file
BIN
api/db/dev.db-journal
Normal file
Binary file not shown.
@@ -3,7 +3,7 @@
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@redwoodjs/api": "0.45.0",
|
||||
"@redwoodjs/graphql-server": "0.45.0"
|
||||
"@redwoodjs/api": "0.49.1",
|
||||
"@redwoodjs/graphql-server": "0.49.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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