RESTClient icon indicating copy to clipboard operation
RESTClient copied to clipboard

JWT Integration

Open DaAwesomeP opened this issue 8 years ago • 1 comments

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:

  1. When the setting is enabled, automatically decode JWTs and verify the signature
  2. Add an easy to access box to change the token part of the Authorization: Bearer <token> request header
  3. When receiving a JSON response with the token or other user defined key, automatically change the Authorization request header.

DaAwesomeP avatar Oct 23 '16 18:10 DaAwesomeP

Can we close this issue or #294 as a "duplicate"?

bittner avatar Aug 15 '18 08:08 bittner