auth0 / jwt-debugger-extension

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

Adding date tooltip #9

Open BlackthornYugen opened 3 years ago

BlackthornYugen commented 3 years ago

Description

Adds human readable date tootips by adding title to elements with class "cm-number" that contain a value within 1 year of today's date.

References

Addresses Issue #8.

Testing

Manually tested with Edge and Chrome by pasting JWTs and hovering over auth_time, iat, nvb, and iat times.

Checklist

BlackthornYugen commented 3 years ago

The tooltip looks like this for me: image