DEV Community

Discussion on: Authentication in NodeJS With Express and Mongo - CodeLab #1

Collapse
 
giangvubinhng profile image
Giang Nguyen • Edited

Hey, I was able to sign up and log in but when I try to go to /me, I get an error like this: {"message":"Auth Error"}
please help!!

EDIT: this was a mistake on my part, i forgot to add token to the header! Great tutorial, thank you so much. I'd love to see you making a tutorial on how to connect it to a front end (Angular would be nice haha!)