Auth Service
User Authentication- port: 8080 https://app.swaggerhub.com/apis/Afeka2020/ASIS/1.0.0
Last updated
User Authentication- port: 8080 https://app.swaggerhub.com/apis/Afeka2020/ASIS/1.0.0
Last updated
{
"email": "string",
"id": "string",
"name": {
"first": "string",
"last": "string",
"middle": "string"
},
"role": "ADMIN",
"username": "string"
}Invalid CredentialsAccessing the resource is forbiddenInternal server error{
"token": "string",
"user": {
"email": "string",
"id": "string",
"role": "ADMIN",
"username": "string"
}
}Invalid credentialsAccessing the resource is forbiddenInternal server errorSuccessfully logout userYou are not authorized to view the resourceAccessing the resource is forbiddenInternal server error