Réno
BABetter Auth
•Created by Henrik on 3/13/2025 in #help
Handle check email verified
Have you tried managing the handle outside the middleware and then calling it inside?
For example,
auth.helper.ts
middleware.ts
26 replies
BABetter Auth
•Created by Réno on 3/12/2025 in #help
No cookies set when using the signInEmail method
Hey,
This was due to a double check of the schema of the values sent, I changed the structure of my form in the meantime and forgot to clean it up. My bad.
I'll leave the code just in case.
Before:
After:
However callbackUrl not working so I redirect with next/redirect
5 replies
BABetter Auth
•Created by Réno on 3/12/2025 in #help
No cookies set when using the signInEmail method
Yes, first I didn't use it, then I added it.
5 replies