Authentication API Test Hub
Test auth endpoints. Login to obtain a token for protected endpoints.
POST /api/authentication/register
Register a new user.
Response will appear here...
POST /api/authentication/login
Login with demo credentials.
Response
will appear here...
GET /api/authentication/me
Get current user info (requires token).
Response will
appear here...
POST /api/authentication/refresh
Refresh token (requires refresh token).
Response
will appear here...
POST /api/authentication/logout
Logout (requires token).
Response
will appear here...