djblue / portal

A clojure tool to navigate through your data.
https://djblue.github.io/portal/
MIT License
872 stars 81 forks source link

JWT viwer, show nbf as date-time by default #202

Closed handerpeder closed 9 months ago

handerpeder commented 9 months ago

from the spec: [nbf's] value MUST be a number containing a NumericDate value

https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.5

djblue commented 9 months ago

@handerpeder Thanks for the PR!