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

Changes