SimpleAuth

SimpleAuth

Add authentication to your app in minutes. SimpleAuth provides a complete auth backend with a JavaScript SDK, so you can focus on building your product.

SimpleAuth is a managed authentication service for JavaScript applications. It handles user registration, login, sessions, email verification, and user management out of the box — so you don't have to build any of it yourself.

How it works

  1. Create an app in the SimpleAuth dashboard and grab your API keys.
  2. Install the SDK (@simpleauthjs/core) in your project.
  3. Call register, login, me, logout — SimpleAuth handles passwords, sessions, and cookies for you.
  4. Use the server SDK on your backend for admin tasks like banning users or revoking sessions.

On this page