Thien Le
Results
1
issues of
Thien Le
I try to set jti like this but it not working ``` auth.use("jwt").generate(user, { payload: { name: user.name, email: user.email, }, jti: hash, token_type: "access" }) ```