Back to Refine

OtpLogin Example | Best Practices in Refine v5

documentation/docs/examples/auth-provider/otpLogin.md

3.25.0448 B
Original Source

A one-time password(OTP) is a password that has two fundamental properties : it expires quickly, and it can't be reused. OTPs are usually numeric or alphanumeric strings and are generated for a single login procedure. This example shows how to utilize OTP input logic with Refine. You can use one-time passwords to access your application with Refine AuthProvider.

<CodeSandboxExample path="auth-otp" />