chingu-voyages / v36-bears-team-20

A social media website where you can find people to share activities with. | Voyage-36 | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs
https://chingu-buddies.netlify.app/
MIT License
0 stars 0 forks source link

Refactor and implement JWT auth #51

Closed alvitoraidhy closed 2 years ago

alvitoraidhy commented 2 years ago

Closes #19 and #49. Going to need everyone's approval for this because a lot was changed and/or refactored.

alvitoraidhy commented 2 years ago

Typo found in users.js that could lead to runtime error. Apart from that the application runs well on my end.

Thanks. The issue should be fixed.

alvitoraidhy commented 2 years ago

Looks good now, except for the use of _id in the backend vs id in the frontend. It can be resolved by renaming all the ids in frontend to _id.

Done. Thanks

alvitoraidhy commented 2 years ago

Merged to "chat-conversation" branch