Auth API
Auth‑API is a lightweight authentication service built with NestJS and Prisma that provides secure, developer‑friendly endpoints for modern applications. It supports JWT‑based authentication for session management, magic link login for passwordless access, and user identity verification through simple REST endpoints. Designed for scalability and ease of integration, Auth‑API helps developers add…
Auth API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Magic Link Login /auth/magic-link |
Sends a passwordless login link to a user’s email. |
| POST |
Verify Magic Link /auth/magic-link/verify |
Verifies the token from a magic link and issues a JWT |
| GET |
Get Current User /auth/me |
Returns the authenticated user’s profile |
Auth API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $10 / month | 30 / minute |
|
| ULTRA | $49 / month | 100 / second |
|
| MEGA | $500 / month | — |
|