Tuesday 25 February 2020

Alternative to JSON Web Tokens?

TLDR: Macaroons, PASTO or Branca instead of JWT?I'm learning JS and NodeJS right now. For a capstone project to show potential employers, I want to create a data gathering database with a Login and various users have different levels of authority within the application. Base level user should be able to enter computer specs into a database and advanced users should be able to monitor entry progress, overall progress, and pull reports of various kinds. A crazy ambitious project, I know.I had initially thought JWT, because I don't know any better. However, after seeing "Don't use JWT" I am left wondering the best alternative.

Submitted February 25, 2020 at 10:10AM by aladinthewoods

No comments:

Post a Comment