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.
Where to enable it
Toggle this feature in your project editor. No code required.
Inside the editor, head to Auth β Oauth.
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.
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.
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.