Auth-API
🚀 Overview SecureAuthX is a ready-to-use authentication API that lets you add secure login, registration, and token-based access control to your app — without writing backend code. Built with Node.js, Express, MongoDB, and JWT, SecureAuthX follows best practices for security so you can focus on building your product, not on auth bugs. 🔒 Key Features JWT Access & Refresh Tokens – secure sessions…
Auth-API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Register for a new user /auth/register |
It creates a new user in MongoDB |
| POST |
Login /auth/login |
It logs user in with email and password |
| POST |
Refresh access token /auth/refresh |
With refresh token in the body, it refreshes the access token |
Auth-API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $1 / month | 1200 / hour |
|
| PRO Recommended | $5 / month | 1500 / hour |
|