v1

latestSwagger 2.0Apache 2.02026-07-17311564.3 KB
auth

Handles signin and token production

JWT can be received by signing in

post/auth/login

Response

OK

messagestring
rolestring
tokenstring

Example response

{
  "message": "Response message",
  "role": "author",
  "token": "YOUR_AUTHENTICATION_TOKEN"
}