Passwordless Secure Login API (ZKP Enabled)
The Passwordless Secure Login API (ZKP Enabled) provides a modern, cryptographically secure authentication solution using Zero-Knowledge Proof technology. It enables developers to implement passwordless user registration, login, password reset, and public key verification for web and mobile applications. By leveraging Zero-Knowledge Proofs, the API ensures that no sensitive password data is ever…
Passwordless Secure Login API (ZKP Enabled) endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Forgot Password /forgot-password |
Allows a registered user to securely reset their password by providing their username and a new password. Returns new public key parameters after successful reset. |
| POST |
Login User /login |
Authenticates a user securely using Zero-Knowledge Proof parameters. Requires username, password, and user's public key parameters. Returns success or failure message if… |
| POST |
Verify Public Key Parameters /verify |
Verifies the validity of the user's public key parameters (g, p, y) to ensure they conform to expected cryptographic constraints. Returns whether the public key parameters are… |
| GET |
API Documentation /docs |
Provides detailed documentation for the Passwordless Secure Login API, including endpoint descriptions, request/response examples, validation rules, and usage notes. This… |
| POST |
Register User /register |
Registers a new user by providing a username and password. Returns the public key parameters required for authentication. |
Passwordless Secure Login API (ZKP Enabled) pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $15 / month | 50 / minute |
|
| ULTRA | $50 / month | 200 / minute |
|