Is there a way to create an "always valid" OTP for testing?
I am currently migrating from clerk to better-auth and I am wondering if there is a way to create OTPs that are always valid
Solution
GitHub
Right now you're forced to return an OTP value in the generateOTP function as part of the email-otp plugin. In some cases you may just want to return an OTP under a specific case, and just ...