hmacphail / pokemon-evolution

0 stars 0 forks source link

User authentication #37

Open hmacphail opened 7 years ago

hmacphail commented 7 years ago

User entry form with username/password fields

Password hash and salt (bcrypt) -- use ENV variable? https://www.npmjs.com/package/bcrypt

Passport with Node -- https://code.tutsplus.com/tutorials/authenticating-nodejs-applications-with-passport--cms-21619