Authentication Service is responsible for authenticating the users. Provides endpoints for signup, signin, signout and current user information.
We'd love to see community contributions. We like to keep it simple and use Github issues to track bugs and feature requests and pull requests to manage contributions.
Checkout the API Spec here.
$ git clone https://github.com/uomlms/auth.git
$ cd auth
$ docker-compose up
Navigate to http://localhost:3000
Service Documentation: http://localhost:3000/api/users/docs
Jest Testing framework used for testing the authentication service.
$ git clone https://github.com/uomlms/auth.git
$ cd auth
$ npm install
$ npm run test