Set Client url for emailAndPassword reset
Hello! I'm using better-auth for node/express running on localhost:5001. I also have a react app running on localhost:3001. When I use the
sendResetPassword
better auth creates a valid token however with the wrong URL, using the server url I specified in baseBath
. How can I specify the client url to use (in dev for example: localhost:3001)?
0 Replies