drodil / backstage-plugin-toolbox

Most commonly used developer tools within Backstage
MIT License
47 stars 25 forks source link

feat: JWT decoder to support Base64 input #75

Closed drodil closed 9 months ago

drodil commented 10 months ago

Usually, the token is in a Base64 encoded string. Allow to input also that to the JWT decoder to prevent unneeded work between two encoders.