Logins, signups, social OAuth, MFA, roles, and invites, built in.
Signup volume, active user counts, retention, login method breakdown. Built into Auth β Analytics. No code or third-party analytics needed.
Full audit trail of auth events, logins, signups, role changes, MFA enrollment, failed attempts. Useful for debugging or compliance review.
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.
Define roles (admin, customer, driver, etc.) and assign them to end-users. Roles are available to your app code as claims on the auth session. Configure in Auth β Roles.
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.
Set how long users stay logged in and whether remember-me is enabled. Configured in Auth β Settings, enforced server-side by the platform.
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.
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.
Send token-based invitations to end-users with a preassigned role. Recipients click the link and complete signup. Configured in Auth β People.