export const emailStrategy = new EmailLinkStrategy({ sendEmail, secret, linkExpirationTime: 1200000, callbackURL: '/magic', validateSessionMagicLink: true, },
async ({
email,
}) => {
console.log(email)
let updatedUser = await findOrCreateUser('APPLE', email)
return updatedUser?.id;
}
)
#Cookie length exceeding browser max
1 messages · Page 1 of 1 (latest)