Home

Awesome

Authentication Service


Boilerplate app built using:

Prerequisites:

Getting Started


The easiest way to get started is to clone the repository and run the server on your local machine:

# Clone the Rpository
git clone <repo-url>

# Navigate into the project folder
cd authentication-service

# Install Dependencies
npm install

# Start the development Server
npm start

Using the Authentication Service


Health Check Endpoint

Auth Endpoints

Key           | Value
------------- | -------------
username      | testuser 
password      | testpass

or

{"username":"testuser","password":"testpass"}

Users Endpoints