I'm trying to issue an JWT with type "at+jwt" . But in ballerina JWT library, the type value is hardcoded to "JWT". [1]
Is there any workaround to change the type value?
[1] https://github.com/ballerina-platform/module-ballerina-jwt/blob/master/ballerina/jwt_issuer.bal#L175