Add Apple as supported authentication provider#128
Conversation
- Add Apple to loginWithProvider JSDoc with Sign in with Apple link - Include Apple in supported providers list - Add example showing Apple login usage Co-authored-by: Cursor <cursoragent@cursor.com>
- Update file-processing.js to add expanded: true to generated groups - Update copy-to-local-docs.js to preserve expanded: true in nested groups - Ensures Client and Modules groups are open by default in docs Co-authored-by: Cursor <cursoragent@cursor.com>
Changed from verbose descriptions to simple provider names (Google, Microsoft, Apple) Co-authored-by: Cursor <cursoragent@cursor.com>
|
Claude finished @wixysam's task —— View job PR Review: Add Apple as supported authentication providerSummaryThis PR adds documentation for Apple as a supported authentication provider in the SDK. The changes are minimal and focused, making Apple login visible in the SDK documentation alongside existing providers (Google, Microsoft, Facebook). Code Quality & Best Practices ✅
Potential Issues 🔍
Performance Considerations ✅
Security Concerns ✅
Test Coverage
|
🚀 Package Preview Available!Install this PR's preview build with npm: npm i @base44-preview/sdk@0.8.19-pr.128.524a3e0Prefer not to change any import paths? Install using npm alias so your code still imports npm i "@base44/sdk@npm:@base44-preview/sdk@0.8.19-pr.128.524a3e0"Or add it to your {
"dependencies": {
"@base44/sdk": "npm:@base44-preview/sdk@0.8.19-pr.128.524a3e0"
}
}
Preview published to npm registry — try new features instantly! |
Summary
Adds documentation for Apple as a supported authentication provider in the SDK.
Changes
loginWithProvider()JSDoc with link to Apple's "Sign in with Apple" documentationRelated
Testing
Made with Cursor