Authorized Partner API Specification vs MojoAuth
If you need a Authentication & Authorization API that's easy to integrate, go with MojoAuth.
Authorized Partner API Specification
To access files in user’s DigiLocker account from your application, you must first obtain user’s authorization.
Authorized Partner API Specification
- Simple API key authentication
- HTTPS supported
MojoAuth
- Simple API key authentication
- HTTPS supported
- CORS enabled for frontend use
| Feature | Authorized Partner API Specification | MojoAuth |
|---|---|---|
| Authentication | apiKey | apiKey |
| HTTPS | Yes | Yes |
| CORS | Unknown | Yes |
When to use which?
MojoAuth works directly from the browser with CORS enabled, making it better for frontend-only apps.