mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 01:11:23 +03:00
feat: Additional httpOnly token for enhanced security in browsers
This commit is contained in:
@@ -16,6 +16,12 @@ module.exports = {
|
||||
required: true,
|
||||
columnName: 'access_token',
|
||||
},
|
||||
httpOnlyToken: {
|
||||
type: 'string',
|
||||
isNotEmptyString: true,
|
||||
allowNull: true,
|
||||
columnName: 'http_only_token',
|
||||
},
|
||||
remoteAddress: {
|
||||
type: 'string',
|
||||
required: true,
|
||||
|
||||
Reference in New Issue
Block a user