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
It would be interesting to host on the docs for transformations a "playground" that:
Takes a JWT input
Takes a set of transformations
gives an output
We have the "examples" as mini unit-tests for this feature. Super cool. Currently this works on just the string usernames & groups. It would be interesting to have something that would input the full JWT and see the output.
And that is is hosted in browser, no server-side component necessary.
Carvel has some interactive bits on their website, can be handy for tinkering without needing a full environment running. JWT.io also has some interactive helpful tools:
It would be interesting to host on the docs for transformations a "playground" that:
We have the "examples" as mini unit-tests for this feature. Super cool. Currently this works on just the string usernames & groups. It would be interesting to have something that would input the full JWT and see the output.
Something kind of like CEL Playground:
Looks like the library powering that is here:
And that is is hosted in browser, no server-side component necessary.
Carvel has some interactive bits on their website, can be handy for tinkering without needing a full environment running. JWT.io also has some interactive helpful tools:
The text was updated successfully, but these errors were encountered: