DEV Community

Discussion on: Securing Node.js RESTful APIs with JSON Web Tokens

Collapse
 
adnanrahic profile image
Adnan Rahić

Hvala for liking it!

Yeah, I'd also suggest using sessions. I believe it's the best and safest way to implement auth. In the end, ease of use and security are what's most important.