Adding Apple Sign-In to a React app often ends up being handled differently from other providers.
Different setup steps, different abstractions, and usually some provider-specific logic.
I wanted something more consistent.
So I added Apple Sign-In support to react-auth š
What it does
It works across:
- š± React Native
- ā” Expo
- š Web
With a single goal:
š” One API across all platforms
ā no provider-specific flows
ā no per-platform handling
Focus
- š§© minimal setup
- š consistent interface
- āļø predictable behavior
Instead of treating Apple as a special case, it follows the same pattern as other providers in react-auth.
Repo
https://github.com/forwardsoftware/react-auth/tree/main/packages/apple-signin
If you're working on auth or managing multiple providers, Iād really appreciate your feedback.
Top comments (0)