I tried this but without success:
exports.onExecutePostLogin = async (event, api) => {
if (event.authorization) {
api.accessToken.setCustomClaim("email", event.user.email);
}
};
i need email:email
the default template works, but it outputs with a domain and I can’t remove it
I’ve been scrolling through a lot of topics and none of them are working solutions
