MonoCloud Authentication SDK for JavaScript – the easiest way to integrate secure, standards-based authentication into JavaScript applications.
MonoCloud is a modern, developer-friendly Identity & Access Management platform.
This SDK provides a typed JavaScript client for implementing OAuth 2.0 and OpenID Connect (OIDC) authentication with MonoCloud across browser and server-side environments.
- Single-page applications (SPAs)
- Next.js applications (App Router & Pages Router)
- Node.js backends performing server-side auth flows
- Applications that need secure redirects, token handling, and session management
- Documentation: https://www.monocloud.com/docs
| Package | Description | Links |
|---|---|---|
| @monocloud/auth-core | Framework-agnostic authentication primitives and OAuth/OIDC logic | npm | README |
| @monocloud/auth-node-core | Node.js-specific helpers for server-side authentication flows | npm | README |
| @monocloud/auth-nextjs | Authentication SDK for Next.js (App Router & Pages Router) | npm | README |
Note:
auth-coreis runtime-agnostic. Environment-specific packages build on top of it.
- Use GitHub Issues for bug reports and feature requests.
- For tenant or account-specific help, contact MonoCloud Support through your dashboard.
Do not report security issues publicly. Please follow the contact instructions at: https://www.monocloud.com/contact
Licensed under the MIT License. See the included LICENSE file.