kindlyops / havengrc

โ˜๏ธHaven GRC - easier governance, risk, and compliance ๐Ÿ‘จโ€โš•๏ธ๐Ÿ‘ฎโ€โ™€๏ธ๐Ÿฆธโ€โ™€๏ธ๐Ÿ•ต๏ธโ€โ™€๏ธ๐Ÿ‘ฉโ€๐Ÿ”ฌ
https://www.havengrc.com
Apache License 2.0
97 stars 21 forks source link

More resilient JWT decoding in dev tools #524

Closed statik closed 5 years ago

statik commented 5 years ago

Also better dependency checking/error messages. Now using the step crypto helper instead of manual decoding the token, which solves the base64 padding issues we were hitting with formatting a decoded token for inspection.