Skip to content

An api to authenticte users using Oauth(google and facebook) and local(username and password)

License

Notifications You must be signed in to change notification settings

demola07/api_authentication

Repository files navigation

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

About

An api to authenticte users using Oauth(google and facebook) and local(username and password)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published