Checklist
Describe the problem you'd like to have solved
Hello,
When buliding a JWT you can set a payload with JWT.create().withPayload(payload).
But when decoding the JWT you don't have access to this payload. You are just able to get the payload Base64 encoded.
Describe the ideal solution
Maybe give access to JWTDecoder.payloadJson. The problem is the incosistent design of the methods.
Alternatives and current workarounds
No response
Additional context
No response
Checklist
Describe the problem you'd like to have solved
Hello,
When buliding a JWT you can set a payload with
JWT.create().withPayload(payload).But when decoding the JWT you don't have access to this payload. You are just able to get the payload Base64 encoded.
Describe the ideal solution
Maybe give access to
JWTDecoder.payloadJson. The problem is the incosistent design of the methods.Alternatives and current workarounds
No response
Additional context
No response