Skip to content

LuckyArdhika/Cookie-based-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookie-based-authentication-

Authentication demo using cookies on nodejs and expressjs ( register, login, logout )

How to Install?

$ npm init //making package.json
$ npm install --save express //installing express
$ npm install --save express-handlebars //using hbs for machine view
$ npm install --save body-parser cookie-parser //parse HTTP request bodies and parse the required cookies for authentication:

Running & Deploy

$ node app.js

About

Authentication demo using cookies ( register, login, logout )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published