Skip to content

demola07/api_authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors