Native Login With Apple
React Native Apple Login
When working with Expo, you can use the Expo AppleAuthentication library to obtain an ID token that you can pass to openfort-js authenticateThirdParty
method.
Make sure you have configured your iOs credentials in the Openfort dashboard. Follow the configuration steps.
Follow the Expo docs for installation and configuration instructions. See the openfort-js reference for instructions on initializing the openfort-js client in React Native.
When working with bare React Native, you can use invertase/react-native-apple-authentication to obtain the ID token.