Authentication, done properly.

voult.dev is a developer-first authentication API providing secure auth, OAuth, email flows, and account management.

Read the Docs Create App

Quick Example

POST /api/auth/register
{
  "email": "[email protected]",
  "password": "StrongPassword123!"
}