You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add raw decoding that checks a token has three sections, the sections are separated by ., and the first two sections can be decoded from base64url. If those are all true, display the header, payload, and signature in the Decoded section of the validator.
The goal is to make it easier to inspect malformed UCANs, so this feature should be very forgiving and display whatever was decoded even if it is nonsense.
The text was updated successfully, but these errors were encountered:
Add raw decoding that checks a token has three sections, the sections are separated by
.
, and the first two sections can be decoded frombase64url
. If those are all true, display theheader
,payload
, andsignature
in the Decoded section of the validator.The goal is to make it easier to inspect malformed UCANs, so this feature should be very forgiving and display whatever was decoded even if it is nonsense.
The text was updated successfully, but these errors were encountered: