Docker image requries mysql database
runs on port 8003
enviourment variables example
DB_URL: authservice-mysql:3306/authservice-mysql
DB_USER: developer
DB_PASS: password
Create accunt
POST /api/authLogin
POST /api/auth/loginDelete account
DELETE /api/auth/loginAll of them requires json of a user example
{
"username":"admin"
"password":"pass123"
}
POST /api/auth/validate/UUID
POST /api/auth/validate/userBoth requires plaintext of a valid token