mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-14 00:49:58 +00:00
Make auth cookie key more unique to avoid collisions with other apps running on the same server.
This commit is contained in:
@@ -136,7 +136,7 @@ module.exports = {
|
||||
},
|
||||
/* Key names for cookie identifiers */
|
||||
cookieKeys: {
|
||||
AUTH_TOKEN: 'authenticationToken',
|
||||
AUTH_TOKEN: 'dashyAuthToken',
|
||||
},
|
||||
/* Key names for session storage identifiers */
|
||||
sessionStorageKeys: {
|
||||
|
||||
Reference in New Issue
Block a user