mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
updated example of the authInvalidateSession
This commit is contained in:
@@ -173,7 +173,7 @@ class Project extends Model
|
||||
'type' => self::TYPE_BOOLEAN,
|
||||
'description' => 'Whether or not all existing sessions should be invalidated on password change',
|
||||
'default' => false,
|
||||
'example' => self::TYPE_BOOLEAN,
|
||||
'example' => true,
|
||||
])
|
||||
->addRule('oAuthProviders', [
|
||||
'type' => Response::MODEL_AUTH_PROVIDER,
|
||||
|
||||
Reference in New Issue
Block a user