Fix jwt-token
This commit is contained in:
@@ -48,6 +48,11 @@ module.exports = (sequelize) => {
|
||||
defaultValue: 'local',
|
||||
comment: 'Primary authentication provider'
|
||||
},
|
||||
allow_registration: {
|
||||
type: DataTypes.BOOLEAN,
|
||||
defaultValue: false,
|
||||
comment: 'Whether new user registration is allowed for this tenant'
|
||||
},
|
||||
auth_config: {
|
||||
type: DataTypes.JSONB,
|
||||
allowNull: true,
|
||||
|
||||
Reference in New Issue
Block a user