You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You've managed to do a lot in a short space of time 🙌
Excellent README, very clear instructions (although be careful that everyone has google-chrome CLI tool installed). Great to see you documenting what you have learnt and what are your stretch goals
Hashing passwords and saving into DB - this was one of the most important lessons of this week!
Using JWTs to create sessions for logged in users
Separating your server into different files for different sections - I'm pleased to see you have put the brcypt functions into a separate file called encryption.js. This is much easier for an outside developer to understand and navigate, rather than just putting everything into one big file! I'd like to see you doing more of this, maybe separate files for different functions (eg: signInUser, addPost).
The text was updated successfully, but these errors were encountered:
Well done guys!!
You've managed to do a lot in a short space of time 🙌
google-chrome
CLI tool installed). Great to see you documenting what you have learnt and what are your stretch goalsbrcypt
functions into a separate file calledencryption.js
. This is much easier for an outside developer to understand and navigate, rather than just putting everything into one big file! I'd like to see you doing more of this, maybe separate files for different functions (eg: signInUser, addPost).The text was updated successfully, but these errors were encountered: