What is the best way to manage password reset in Remix?

I'm trying to figure out how to use the function resetPasswordForEmail() without putting my auth keys on the client browser. Is it possible? if so, how? Can I set the Confirmation URL {{ .ConfirmationURL }} to something different than my root URL? I'd like to change it for testing on localhost.
Was this page helpful?