auth
Handles signin and token production
JWT can be received by signing in
post/auth/login
Response
OK
Example response
{
"message": "Response message",
"role": "author",
"token": "YOUR_AUTHENTICATION_TOKEN"
}JWT can be received by signing in
OK
{
"message": "Response message",
"role": "author",
"token": "YOUR_AUTHENTICATION_TOKEN"
}