feat: Remove deprecation DEPPS3: Config option enforcePrivateUsers defaults to true (#8283)
BREAKING CHANGE: The Parse Server option `enforcePrivateUsers` is set to `true` by default; in previous releases this option defaults to `false`; this change improves the default security configuration of Parse Server (#8283)
This commit is contained in:
@@ -217,7 +217,7 @@ module.exports.ParseServerOptions = {
|
||||
env: 'PARSE_SERVER_ENFORCE_PRIVATE_USERS',
|
||||
help: 'Set to true if new users should be created without public read and write access.',
|
||||
action: parsers.booleanParser,
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
expireInactiveSessions: {
|
||||
env: 'PARSE_SERVER_EXPIRE_INACTIVE_SESSIONS',
|
||||
|
||||
Reference in New Issue
Block a user