Closed BhavyaaArora-08 closed 4 years ago
Can I work on this issue?
Yes @Arnab-31 Thanks for contributing.
Are you working on the issue? @Arnab-31
Yes, I will send a PR soon.
Once a user logs in ,should I send a cookie with the jwt token stored in it like we do in web apps or is it needed to be done in a different way?
Check the response format I have sent in the group. Simply return the token.
If there is anything you want to ask about jsonwebtoken, let me know I can send you resources you can refer to.
@route POST api/users/login @desc Login user @access Public