mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 01:12:02 +03:00
feat: Store accessToken in cookies instead of localStorage
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports.security = {
|
||||
allRoutes: true,
|
||||
allowOrigins: ['http://localhost:3000'],
|
||||
allowRequestHeaders: ['Authorization'],
|
||||
allowCredentials: false,
|
||||
allowCredentials: true,
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user