Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Affected Package(s)
@forward-software/react-auth(lib)@forward-software/react-auth-google(packages/google-signin)Related Issue(s)
None
Motivation
Add Apple Sign-In support to the react-auth ecosystem, following the same adapter pattern used by
react-auth-google. This enables apps using@forward-software/react-authto integrate Sign in with Apple across Web, iOS, and Android with a unified API.Description of Changes
@forward-software/react-auth-applepackage (v1.0.0) implementing theAuthClient<AppleAuthTokens, AppleAuthCredentials>interfaceAuthenticationServicesframework via Expo module (no external dependencies)AppleSignInButtoncomponents for both web and React Native with customizable appearance./web/appleid) for custom integrationsAppleAuthClientimplementationsrelease-please-config.jsonand.release-please-manifest.jsonBreaking Changes
None
How to Test
Vitest) and build steps pass successfully on this PR.pnpm installto install dependencies.pnpm --filter @forward-software/react-auth-apple testto run tests for the new package.pnpm --filter @forward-software/react-auth-apple buildto verify the build succeeds.pnpm --filter @forward-software/react-auth-apple lintto check for linting errors.Checklist
Notes for Reviewers
packages/google-signinfor consistency.form_postresponse mode and redirect back to the app via deep link. See the README for setup details.AuthenticationServices,CryptoKit), so no additional CocoaPods or native dependencies are needed.