Additional explication for expireInactiveSessions in ParseServerOptions (#7552)
* Update docs.js Additional explication for `expireInactiveSessions` * Update index.js Additional explication for `expireInactiveSessions` * Update docs.js correcting spelling error * Update index.js correcting spelling error * Update Definitions.js Co-authored-by: Manuel <5673677+mtrezza@users.noreply.github.com>
This commit is contained in:
@@ -170,7 +170,7 @@ export interface ParseServerOptions {
|
||||
sessionLength: ?number;
|
||||
/* Max value for limit option on queries, defaults to unlimited */
|
||||
maxLimit: ?number;
|
||||
/* Sets wether we should expire the inactive sessions, defaults to true
|
||||
/* Sets whether we should expire the inactive sessions, defaults to true. If false, all new sessions are created with no expiration date.
|
||||
:DEFAULT: true */
|
||||
expireInactiveSessions: ?boolean;
|
||||
/* When a user changes their password, either through the reset password email or while logged in, all sessions are revoked if this is true. Set to false if you don't want to revoke sessions.
|
||||
|
||||
Reference in New Issue
Block a user