auth0 / jwt-debugger-extension

JWT Debugger extension based on JWT.io
https://chrome.google.com/webstore/detail/jwt-debugger/ppmmlchacdbknfphdeafcbmklcghghmd
MIT License
12 stars 12 forks source link

Date tooltips #8

Open BlackthornYugen opened 3 years ago

BlackthornYugen commented 3 years ago

Describe the problem you'd like to have solved

It's really helpful to be able to quickly see the issue and expiration times on JWTs (like you show on jwt.io).

Describe the ideal solution

A tooltip for the date using a pretty framework like Tippy (like Auth0 has at jwt.io)"

image

Alternatives and current work-arounds

Just add the date to the title attribute.

image