JWT support
Closed this issue · 1 comments
shanebell commented
- if an
Authorization: Bearer xxxxxxx
header is present attempt to parse it and if successful show the parsed JSON somewhere for easy reference. eg: Similar to what you get in the JWT debugger here: https://jwt.io/#debugger-io - Provide a way to do the reverse. ie: enter the values and then encode it
shanebell commented
Added in version 5.0.11. Only decodes. Will consider whether adding an option to encode is worth it.