DEbinger / CEGS

Final Project
0 stars 2 forks source link

Setup Authentication/Encryption #32

Closed nms377 closed 7 years ago

nms377 commented 7 years ago

Setup authentication/encryption for users and setup routes for user/gallery

DEbinger commented 7 years ago

npm install the following dependencies (a few might not be needed):

passport passport-http passport-local passport-instagram passport-facebook passport-google-oauth path cookie-parser express-session bcryptjs connect-flash

DEbinger commented 7 years ago

added .gitignore to ignore auth.js file with secret keys and id, added auth sample in its place. Added auth/passport.js for auth and made additions to server.js that includes passport. Need to confirm routes with Chaz.