Password policies & MFA
Minimum password strength, rotation rules, and multi-factor authentication (TOTP). Configured in Auth β Credentials. MFA enrollment UI is built into the platform, no code needed.
Where to enable it
Toggle this feature in your project editor. No code required.
Inside the editor, head to Auth β Credentials.
Open in my projectRelated features
Email & password login, magic links
Email + password and passwordless magic link login are built in. Configure signup rules (open/closed, email verification, domain allowlists) in Auth β Settings. No code required, the platform handles password hashing, verification emails, and rate limiting.
Session length & remember-me
Set how long users stay logged in and whether remember-me is enabled. Configured in Auth β Settings, enforced server-side by the platform.