You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using JWT.sign, jti can be supplied as an option for it to be included in the payload.
However, jti is currently not included in the payload generation
see below:
When using JWT.sign,
jti
can be supplied as an option for it to be included in the payload.However,
jti
is currently not included in the payload generationsee below:
jose/lib/jwt/sign.js
Lines 65 to 74 in 10a1b64
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: