Trim argument of SignedJWT.parse

Issue #228 resolved
Former user created an issue

I was having problems to verify a JWT token and figured out after some time that the issue was an extra space in the string I sent to the SignedJWT.parse method.

Another option is to trim the extra spaces during the signedJWT.verify(verifier).

Comments (3)

  1. Log in to comment