stasyn1410
stasyn1410
Explore posts from servers
BABetter Auth
Created by stasyn1410 on 4/20/2025 in #help
Validate invalid token on reset password
If i sendResetPassword url and click it - token is validating and if is valid redirect to provided url if not returning query params with error. It's ok. But what if i enter to to reset password page and I provide bad token manualy? I don't know if my token is valid or not? How can i check it? I think checking in client.resetPassword({newPassword, token}) is too late.
2 replies
BABetter Auth
Created by stasyn1410 on 2/2/2025 in #help
signOut in expo
I using authClient.signOut() in my auth but alway return notFound screen. How signOut works and what returns? How can i fix it?
12 replies
DTDrizzle Team
Created by stasyn1410 on 8/20/2024 in #help
env.local not using in drizzle
I'm using t3/env and if I have only .env.local and run drizzle-kit migrate i get error Invalid environment variables if I created .env it's work
1 replies