Skip to content

Authentication system using Passport.js built with a clean architecture approach. Built for re-use over a multitude of projects, un-tied to a specific framework or database.

Notifications You must be signed in to change notification settings

stevenluongo/passport-authentication

Repository files navigation


Passport Authentication

Authentication system using Passport.js built with a clean architecture approach.
Built for re-use over a multitude of projects, un-tied to a specific framework or database.


Untitled (1)


About This Project

Built With

Hosted With

Local Installation

  1. Clone the repo ✅
    git clone https://github.com/stevenluongo/passport-authentication.git
  2. Install dependencies 🔨
    npm install
    or
    yarn install
  3. Configure Environment Variables 📁
    touch .env.local
    touch .env.test.local
    View next.config.js for further instructions
  4. Run Tests ( Optional ) 🔬
    npm run test
    or
    yarn test
  5. Start the live server 🎉🎉
    npm run dev
    or
    yarn dev

About

Authentication system using Passport.js built with a clean architecture approach. Built for re-use over a multitude of projects, un-tied to a specific framework or database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published