CLI - Base64URL Encoding
jwt-authn
CLI - Base64URL Encoding
Use the -b flag and a string to base64url encode the string
jwt-authn -b "hello"
# expected output
# aGVsbG8
Or use the –base64url flag and a string to base64url encode the string
jwt-authn --base64url "hello"
# expected output
# aGVsbG8