Skip to content

a complete login system using node js and passport module

Notifications You must be signed in to change notification settings

KhaledHamoul/passportLogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passportLogin

this app is a complete login system using passport local strategy

what is passport

Passport is authentication middleware for Node. It is designed to serve a singular purpose: authenticate requests.

When writing modules, encapsulation is a virtue, so Passport delegates all other functionality to the application.

This separation of concerns keeps code clean and maintainable, and makes Passport extremely easy to integrate into an application.

# passprot facebook Login inorder to be able to use the passport login session you must have already a facebook developer acount

i'll be thankful if you report any errors in my code

PS: to install dependencies: npm install

About

a complete login system using node js and passport module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published