Skip to content

Commit dbc27c0

Browse files
Juan Pelaezclaude
andcommitted
docs: update blocks list from 23blocks.com/blocks
Updated README and CLAUDE.md with accurate list of 15+ API blocks including authentication, user management, OAuth/SSO, MFA, magic link, session management, API keys, onboarding, multi-tenant, CRM, and file storage. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 034e54d commit dbc27c0

2 files changed

Lines changed: 17 additions & 8 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ All templates follow the same configuration pattern:
5353

5454
1. **Configuration file** (`lib/blocks-config.ts` or `environments/environment.ts`) - defines `apiKey`, `urls`, `authMode`, and `storage`
5555
2. **Provider wrapper** - wraps the app with the SDK's Provider component/function
56-
3. **Service URLs** - only configure the services you need (authentication, products, crm, etc.)
56+
3. **Service URLs** - only configure the services you need (authentication, crm, files, etc.). See [23blocks.com/blocks](https://23blocks.com/blocks) for full list.
5757

5858
### Auth Modes
5959
- `token` (default): SDK stores tokens in browser/device storage, attaches `Authorization: Bearer` header

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,22 @@ All templates use the same configuration pattern:
8383

8484
## Why 23blocks?
8585

86-
23blocks provides a complete backend-as-a-service for modern applications:
87-
88-
- **Authentication** - User management, OAuth, MFA, sessions
89-
- **Products** - Catalog, inventory, pricing
90-
- **CRM** - Contacts, leads, deals
91-
- **Content** - CMS, media management
92-
- **Search** - Full-text search, filters
86+
[23blocks](https://23blocks.com/blocks) provides 15+ production-ready API blocks that save 1000+ development hours:
87+
88+
| Block | Description |
89+
|-------|-------------|
90+
| **Authentication** | Login, registration, identity verification |
91+
| **User Management** | User accounts, profiles, permissions |
92+
| **OAuth & SSO** | Google, GitHub, social login, enterprise SSO |
93+
| **JWT Authentication** | Secure token-based auth |
94+
| **Magic Link Auth** | Passwordless email authentication |
95+
| **Multi-factor Auth** | SMS, TOTP, additional security layers |
96+
| **Session Management** | User sessions, token refresh |
97+
| **API Key Management** | Developer API credentials |
98+
| **Onboarding Flow** | Guided user setup experiences |
99+
| **Multi-tenant** | Single app serving multiple organizations |
100+
| **CRM** | Contacts, leads, customer data |
101+
| **File Storage** | Cloud storage for uploads |
93102

94103
These templates give you a head start with pre-built integrations for all 23blocks services.
95104

0 commit comments

Comments
 (0)