Madhuram Auth Console

Use this page to exercise the auth endpoints on your local API.

Roles allowed: admin, operational_manager, po_officer, labour.

Signup

POST /api/auth/signup
Requires unique phone_number

Login

POST /api/auth/login

Forgot Password

POST /api/auth/forgot-password

Logout

Clears client session on the frontend.

POST /api/auth/logout

Response

Waiting for request...