Managed Postgres tables, auth, buckets, and secrets for the Fernbrook product workspace.
Configure email sign-in and SMTP delivery for this project.
Enable email provider
Turns on email-based signup and sign-in for every client using this project key.
Confirm email
People must confirm their address from a verification link before their first sign-in.
Secure email change
Address changes must be confirmed from both the old and the new mailbox. When disabled, only the new address is asked to confirm.
Secure password change
A recent sign-in is required to change a password without re-authenticating. A session counts as recent for 18 hours after it was created. When disabled, passwords can be changed at any time.
Block compromised passwords
Rejects passwords found in known breach corpora at signup or password change, checked against the Breachwatch range API.
Minimum password length
Passwords shorter than this are rejected as weak. Minimum 6, we recommend 10 or more.
Required character classes
Character families a password must include before it will be accepted.
Confirmation link lifetime
How long a verification or recovery link stays valid after it is sent.