About Me: I've been a professional web developer for just over 10 years now. I'm currently the lead web development instructor at Better Coding Academy, and as part of what I do, I post videos on our YouTube channel at https://www.youtube.com/c/BetterCodingAcademy.
(Subscribe for awesome web development content!)
Part 4 of the Microservices Chat App is here! In this episode, I set up an authentication endpoint inside of the Express server we set up in the previous episode, now allowing us to log users in.
Happy coding!
Source code: https://github.com/lucaschen/microservices-chat-demo
Top comments (1)
Why don't add jwt (token) to some endpoints like delete or create session?