AuthAlert defines options related to the auth alerts on new device login.
Optional
authAuthRule could be used to specify additional record constraints applied after record authentication and right before returning the auth token response to the client.
For example, to allow only verified users you could set it to "verified = true".
Set it to empty string to allow any Auth collection record to authenticate.
Set it to nil to disallow authentication altogether for the collection (that includes password, OAuth2, etc.).
Optional
manageManageRule gives admin-like permissions to allow fully managing the auth record(s), eg. changing the password without requiring to enter the old one, directly updating the verified state and email, etc.
This rule is executed in addition to the Create and Update API rules.
MFA defines options related to the Multi-factor authentication (MFA).
OAuth2 specifies whether OAuth2 auth is enabled for the collection and which OAuth2 providers are allowed.
OTP defines options related to the One-time password authentication (OTP).
PasswordAuth defines options related to the collection password authentication.
Generated using TypeDoc
collectionAuthOptions defines the options for the "auth" type collection.