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
When using the firebase emulator, the jwt has alg: "none"
I would like the cli to still decode the jwt for debug purposes. Right now, I'm falling back to the debugger on jwt.io
Summary
Hey, first off, amazing tool!
When using the firebase emulator, the jwt has
alg: "none"
I would like the cli to still decode the jwt for debug purposes. Right now, I'm falling back to the debugger on jwt.io
Steps to reproduce
Example jwt:
Expected behavior
As per the jwt.io debugger:
Header
Payload
The text was updated successfully, but these errors were encountered: