jeremyben/json-server-auth

How Is This Different From jsonwebtoken?

opticyclic opened this issue · 1 comments

I got here by searching the json-server issues
typicode/json-server#897

However, a much earlier issue mentions using jsonwebtoken
typicode/json-server#190

Which links to:
https://www.techiediaries.com/fake-api-jwt-json-server/

How is this different?

Do you have a list of pros and cons of the different approaches?

This package is implementing features described in article referenced by You and does lot of other related useful things
It uses jsonwebtoken as a dependency to handle with json web tokens.