v51

OpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-01199241439.9 KB
auth

Authenticate user and obtain JWT token

Authenticates a user with username and password, returns a JWT token on success

post/auth/login

Request body

usernamestring required

User's username

passwordstring required

User's password

Response

Authentication successful

tokenstring required

JWT authentication token

expiresAtstring date-time required

Token expiration timestamp