FCCAmsterdam / auth_exercise

A quick template of different logins and authorization models, with expressJS and mongoDB
2 stars 0 forks source link

Securing the configurations #2

Open evaristoc opened 6 years ago

evaristoc commented 6 years ago

I have bad examples at: -- https://github.com/FCCAmsterdam/auth_exercise/blob/master/server/routes/middleware/index.js (the jwt secret still there)

Explore the options discussed in the Meetup June 6.

evaristoc commented 6 years ago

Currently securing tokens and keys through config file.

Bugs found and tackled (THIS MESSAGE OPEN TO UPDATES):