CodeKite
It's designed for developers who need secure 2FA/MFA without managing user-specific secrets. Simply use a **Unique User ID (`uid`)** for all operations. ### Key Features: * **Stateless:** No need to store secret keys—simplifies your backend. * **Flexible Length:** Specify code length (**`n`**) between 4 and 8 digits during generation. * **Code Validity:** The generated TOTP code remains **valid…
CodeKite endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Generate /generate |
This is the primary endpoint used to issue a new, time-based one-time password to the user. |
| GET |
Verify /verify |
This endpoint checks if the code provided by the user is the currently valid TOTP for that specific user ID. |
CodeKite pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | Free | — |
|
| PRO | $5 / month | — |
|