Skip to content

dev-akh/node-oauth-bolierplate

Repository files navigation

Node Express Boilderplate for OAuth

Node Version

  • Min node version 20

Configuration

  • Copy .env.example to .env
  • Modify the MONGO_URL & MONGO_DBNAME
  • Custom APP_KEY // that will use password encryption
  • Custom AUTH_USERNAME & AUTH_PASSWORD // If application willing to use with Basic Username and Password authentication

Installation Needs

  • npm i

Running Project

  • npm run start:dev with nodemon server

API endpoints

API Authentication Types

  • Basic
  • Bearer

Free Middleware

With Middleware

Feedbacks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published