Kihura
BABetter Auth
•Created by Kihura on 3/25/2025 in #help
Can not change the issuer and audience of JWT header and also the payload
The second problem is the ability to modify the payload that also dont' work as expected , i also tried to follow the docs , with this code
definePayload: (user) => {
return {
lo: user.user.id,
};
},
but i get the basic user as a payload and not what i defined3 replies