dkelsen / gatsby-blog-comments

This repo is used for utterances comments
0 stars 0 forks source link

user-authentication-with-passport-express/ #2

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Local User Authentication With Passport And Express 4 | Dilshan Kelsen

Setting up user authentication can be a tricky business. But fret not, I've got you covered! In this tutorial, I'll show you how to set up…

https://dilshankelsen.com/user-authentication-with-passport-express/

songwright commented 3 years ago

This is the old way to create an Express app. The new way is to type: $ npx express-generator

dkelsen commented 3 years ago

Hey @songwright, Thanks for pointing that out. I updated the blog post accordingly.