oauth — voult.dev
OAuth & passwordless
Not every user wants another password. voult.dev ships social login and magic-link flows alongside classic email/password — so you can offer the sign-in experience your product needs without bolting on three extra libraries.
What's included
- OAuth providers — connect Google, GitHub, and other common providers with a few config values. Tokens and profile mapping are handled for you.
- Magic links — passwordless email sign-in that just works. Expiring, single-use links with sensible defaults and rate limits.
- Unified sessions — whether someone signs in with a password, OAuth, or a magic link, they land in the same session and JWT model.
- Account linking — users can connect multiple login methods to one account without duplicate profiles or messy merge logic on your side.
- Provider controls — enable or disable methods per project from the developer portal as your product evolves.
Pick the auth methods that fit your users. voult.dev keeps the plumbing consistent so you don't rewrite your app every time you add a provider.