Web toolkit for rise macro services
Web toolkit for macro services
Multi-protocol transport layer for @mostajs/orm — expose entities via REST, gRPC, GraphQL, WebSocket, SSE, tRPC, MCP, OData, Arrow Flight, JSON-RPC, NATS
Single source of truth for OctoNet Cloud configuration — plans, permissions, audit, settings, retention
Object storage for Octonet — file metadata in DB (via @mostajs/orm sibling), bytes in object storage (FS / S3-compat). Signed URLs, multi-tenant by account scope. Data access via @mostajs/data-plug (ORM or NET).
Authentication — complete: email/password (Argon2id) + OAuth + magic link + MFA TOTP + WebAuthn/Passkeys + RGPD lifecycle + device_flow/pkce events + accountId propagation server↔client
OAuth 2.0 Device Authorization Grant (RFC 8628) + Authorization Code with PKCE (RFC 8252) — provider-agnostic, reusable across CLIs / SDKs / mobile apps. Token issuance delegated via DI to host (e.g. @mostajs/api-keys).