How to send verification code on signup hook
Is there a way to use a hook to send a email verification OTP upon signup?
1 Reply
You can manually call methods provided by better auth through your auth client instance to send verification OTPs, but as of now, there isn't a hook which can do that.
If you really need a hook, you can likely develop your own hook which is a wrapper around that client auth instance to call those methods to send that verification OTP.