json-server icon indicating copy to clipboard operation
json-server copied to clipboard

[Contribution] json-server-auth : Auth middleware for JSON Server

Open jeremyben opened this issue 6 years ago • 3 comments

Just wanted to let you people know that I just finished an addon to JSON Server, that some of you might be interested in :

https://github.com/jeremyben/json-server-auth

It allows you to add an JWT authentication and authorization flow really quickly, in the spirit of JSON Server.

You can use it as a middleware for JSON Server or directly as a CLI (it wraps the JSON Server one for convenience).

Tested and documented. 🙂

jeremyben avatar Dec 24 '18 10:12 jeremyben