Project-scoped by default
Each project gets isolated users, sessions, keys, and clients so auth stays clean and predictable.
Noma gives developers project-scoped auth APIs, session handling, and security controls out of the box.
Each project gets isolated users, sessions, keys, and clients so auth stays clean and predictable.
Implement signup, login, refresh, logout, and profile flows without building auth from scratch.
Handle verification policy, session control, and auth event visibility in one place.
Use the same auth foundation across web apps, mobile apps, internal tools, and automation.
Wire these endpoints into your frontend or backend and you have a full authentication loop.
POST /api/auth/signup POST /api/auth/login POST /api/auth/refresh POST /api/auth/logout GET /api/auth/me
You spend less time wiring auth primitives and more time shipping product features.
Endpoints are predictable, scopes are clear, and project isolation is easy to reason about.
You get policy controls, session handling, and audit visibility from day one.
Get launch updates, early onboarding access, and priority product walkthrough invitations.