.NET 10 API Active

FirmAudit Authentication & Security API

global-xra architectural standard • MongoDB Persistence • JWT Authentication

Available Endpoints

POST /auth/login
Authenticate user & generate JWT token
POST /auth/register
Register user & persist in MongoDB with BCrypt hash
POST /auth/forgot-password
Trigger password recovery instructions
POST /security/authenticate
global-xra security authenticate endpoint
GET /health
API health and runtime status
GET /openapi/v1.json
View OpenAPI Spec

Sample Register Request Payload

Send a POST request to /auth/register:

{ "username": "admin@primeaudit.com", "email": "admin@primeaudit.com", "password": "Password@123", "name": "Prime Admin", "role": "audit-firm" }