Ashwanee Kumar Gupta
Ashwanee Kumar Gupta
BABetter Auth
Created by Ashwanee Kumar Gupta on 4/27/2025 in #help
updateAccountOnSignIn
Yes this is my current setup. But if the role changes on Identity provider configuration, I want to update the users collection based on that. Now only user is created when first time sign in happens, later user is not updating on sign in.
4 replies
BABetter Auth
Created by Filippo on 4/23/2025 in #help
How to log in from the server
you can integrate the client library of better-auth. Instead of doing auth.api.signInEmail, you can create a client instance and do authClient.signIn.email({ email: data.email, password: data.password, callbackURL: "/", });
12 replies
BABetter Auth
Created by Ashwanee Kumar Gupta on 4/22/2025 in #help
redirect_uri starts with http
Any help would be appreciated
5 replies
BABetter Auth
Created by Ashwanee Kumar Gupta on 4/9/2025 in #help
account_not_linked: I have react and express setup and using better auth
Can you please guide me on setting up the authentication in my react and express application.
6 replies
BABetter Auth
Created by Ashwanee Kumar Gupta on 4/9/2025 in #help
account_not_linked: I have react and express setup and using better auth
Hi @Ping thanks for your response. I have a question, How to manage and what should be the next steps after this kind of error?
6 replies