**Describe the bug** There is no "typ": "JWT" in header **To Reproduce** Try to use RESTClient with @JwtConfig for application secured by "MP-JWT" **Expected behavior** JwtBuilder should add typ header in buildJwt method `builder.jws.setHeader("typ", "JWT");`
Describe the bug
There is no "typ": "JWT" in header
To Reproduce
Try to use RESTClient with @JwtConfig for application secured by "MP-JWT"
Expected behavior
JwtBuilder should add typ header in buildJwt method
builder.jws.setHeader("typ", "JWT");