Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 626 Bytes

File metadata and controls

41 lines (27 loc) · 626 Bytes

Authentication API MicroService

An authentication microservice which you can integrate seamlessly in your projects

  • Local Login
  • Google Oauth
  • Facebook Oauth

Usage

Rename ".env.example" to ".env" and update the values/settings to your own

Install Dependencies

npm install

Run App

# Run tests
npm test

# Run Coverage reports
npm report
npm text-report
npm nyc


# Run in development mode
npm run dev

# Run in Production mode
npm start

Extensive documentation with examples here

  • Version: 1.0.0
  • License: MIT