plugins/phone library

Phone number plugin: OTP sign-in, verification, and password reset.

Requires the phoneNumber() plugin on your Better Auth server. Importing this library adds a phone getter to BetterAuthClient.

Extensions

PhoneBetterAuthExtension on BetterAuthClient
PhoneBodyPatterns on PhoneBody
Adds pattern-matching-related methods to PhoneBody.
ResetPhonePasswordBodyPatterns on ResetPhonePasswordBody
Adds pattern-matching-related methods to ResetPhonePasswordBody.
SendOTPResponsePatterns on SendOTPResponse
Adds pattern-matching-related methods to SendOTPResponse.
SignInPhoneBodyPatterns on SignInPhoneBody
Adds pattern-matching-related methods to SignInPhoneBody.
VerifyPhoneBodyPatterns on VerifyPhoneBody
Adds pattern-matching-related methods to VerifyPhoneBody.