RESTClient
RESTClient copied to clipboard
JWT Integration
I use this extension to develop REST APIs. It's very useful. It would be awesome if it could integrate with JWTs. They're basically a cookieless, stateless, session replacement. I see three potential features:
- When the setting is enabled, automatically decode JWTs and verify the signature
- Add an easy to access box to change the token part of the
Authorization: Bearer <token>
request header - When receiving a JSON response with the
token
or other user defined key, automatically change theAuthorization
request header.
Can we close this issue or #294 as a "duplicate"?