JJCSA / backend

0 stars 1 forks source link

Issue 14 #28

Closed dishanks9 closed 4 years ago

dishanks9 commented 4 years ago

Description

There are couple of changes in this push

  1. Authentication and authorization is implemented using Keycloak. So Keycloak would run on separate server and has its own configuration

  2. Implement login API. So any user which is not registered will not be able to login. In the login API username and password will be sent to Keycloak for verification and Keycloak would return appropriate response based on the user's credentails

Issue

Fixes #14

Checklist