Skip to content

EmilK15/basicAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basicAuth

Steps to follow to run code: Make sure you have mongodb installed

Make sure to have a C:\data directory before running mongodb

then run on a fresh terminal: mongodb

with a new terminal go to basicAuth's main directory and run:

npm install

node index.js

Notes: change the config.js in the config directory to change the name of the database you want, and the secret you want to use.

Passport is a great library with alot of use cases. This showcases a use of a few local Strategies to login and query from multiple databases and direct users to the right login page accordingly.

There are some details that are missing:

Mainly, there is alot of overhead with using .ejs files and having to setup multiple forms and buttons so that each type of user can be classified accordingly.

This is where React comes in and the next repository should introduce React to make the application a true full-stack web application.

About

Node.JS, Express, MongoDB, and Passport for basic auth with views

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published