93cc41f2018a

latestOpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-10215274484.1 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