GM456742 / PassportJS_Auth_Tutorial

Building a simple NodeJS Application with authentication using passport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sequelize-cli is required but never mentioned

jordanrw opened this issue · comments

sequelize-cli is needed during step 6 for the command sequelize init:models & sequelize init:config to work. That isn't specified in step 4 or anywhere else.

Thank you @jordanrw I have updated the readme to mention the cli. I assumed the reader only wants to know how to use PassportJs with their app but that was certainly a good point. I appreciate you having time to read through to make it better.

@GM456742 I appreciate the quick fix. Thank you so much for the tutorial! Before finding yours a friend actually mentioned to me how few resources there are for using Passport with a SQL server, so it's definitely needed.