Skip to content

Add missing `-A` on OpenSSL base64 decode

Jamie Tanna requested to merge defect/openssl-a into master

It turns out this is required to force it to interpret the base64 encode string as a single line of input, not line wrapped.

This is required for base64 strings of any meaningful input, and isn't caught by the example JWT we have in the article.

Closes #755 (closed).

Merge request reports