Connectors Module
OAuth token management for external services.base44.asServiceRole.connectors— App-scoped OAuth tokens (backend/service role only). All users share the same connected account.
Contents
Service Role Connectors (base44.asServiceRole.connectors)
App-scoped OAuth tokens. The app builder connects the account once; all users share it. Backend/service role only.
Methods
Examples
Available Services
Run
npx base44 connectors list-available from the CLI to see all available types.
Setup Requirements
- Builder plan or higher
- Backend functions enabled (for service role connectors)
- Connector configured in Base44 dashboard (OAuth flow completed)
Important Notes
- Service role connectors: One account per connector per app — all users share the same connected account
- You handle the API calls: Base44 provides the token; you make the actual API requests
- Token refresh: Base44 handles token refresh automatically