Skip to content

Instantly share code, notes, and snippets.

View DashBarkHuss's full-sized avatar
💙
Working on WishTender

Dashiell Bark-Huss DashBarkHuss

💙
Working on WishTender
View GitHub Profile
@DashBarkHuss
DashBarkHuss / package.json
Last active August 19, 2020 15:58 — forked from vesse/login.jade
Node.js, Passport.js, connect-flash message when login. Doesn't work with axios
{
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.9.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0"