b64 header ignored when signing claims set

Issue #320 resolved
quentin castel created an issue

b64 header is working fine when you send a byte payload.

However, when we use the JWT builder using a JWTClaimsSet, the JWSSigner is ignoring the b64 header and is base64 encoding the payload before signing it.

Comments (1)

  1. Log in to comment