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.
Where to enable it
Toggle this feature in your project editor. No code required.
Inside the editor, head to Auth β Settings.
Open in my projectRelated features
Social login (Google, Kakao, GitHub, Apple)
OAuth social login is built into DontCode. Users toggle providers in Auth β OAuth, no integration code, env keys, webhook secrets, or callback handlers needed. The platform manages keys, redirect URIs, and token exchange.
Signup rules & access control
Control who can sign up: open registration, invite-only, email domain allowlists, required email verification. Configured in Auth β Settings, applied automatically across all login methods.
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.