json-server
json-server copied to clipboard
[Contribution] json-server-auth : Auth middleware for JSON Server
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. 🙂