Adds functionality and supporting components for frontend authentication

This commit is contained in:
Alicia Sykes
2021-06-13 09:40:40 +01:00
parent 8665c6010d
commit 25ee90b987
8 changed files with 263 additions and 6 deletions

View File

@@ -54,6 +54,10 @@ module.exports = {
BACKUP_ID: 'backupId',
BACKUP_HASH: 'backupHash',
HIDE_SETTINGS: 'hideSettings',
USERNAME: 'username',
},
cookieKeys: {
AUTH_TOKEN: 'authenticationToken',
},
modalNames: {
CONF_EDITOR: 'CONF_EDITOR',