Posts by Luiz Pereira • 1 point
1 post
-
0
votes2
answers482
viewsA: Auth rules with Nodejs + Passport + Mongodb
JWT does not solve this problem, JWT is a specification RFC 7519 message exchange using JSON, Tokens and how to do this in an encrypted way. What you want is to control user access levels, you can…