TOTP-Authentication
🔐 TOTP API – Secure and Scalable One-Time Password Generation The TOTP (Time-based One-Time Password) API provides a simple and secure way to implement time-based authentication in your applications. Built on FastAPI backend, this API allows you to generate and validate time-sensitive OTPs (One-Time Passwords) that change every 30 seconds, commonly used in Two-Factor Authentication (2FA)…
TOTP-Authentication endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Enroll User /enroll |
Step 2: Generate QR code and enroll using any Authenticator application. |
| POST |
Validate Time based OTP /validate |
Validates the OTP sent by the user with the secret key provided. |
| GET |
New Secret Key /new |
Generates a new base 32 secret key and returns as the response. |
TOTP-Authentication pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|