react-native-apple-authentication icon indicating copy to clipboard operation
react-native-apple-authentication copied to clipboard

A React Native library providing support for Apple Authentication on iOS and Android.

Results 16 react-native-apple-authentication issues
Sort by recently updated
recently updated
newest added

async function onAppleButtonPress() { // Generate secure, random values for state and nonce console.log('Apple Login12'); const rawNonce = uuid.v4(); console.log('Apple Login123'); const state = uuid.v4(); // Configure the request console.log('Apple...

The [FAQs](https://github.com/invertase/react-native-apple-authentication?tab=readme-ov-file#faqs) say that in order to receive the full name and email again, you must revoke Apple ID access for the app. After logging out of the app, revoking...

Hello there! We've switched to using the new react-native architecture with the new "[Fabric](https://reactnative.dev/docs/the-new-architecture/landing-page)" renderer, but it looks like @invertase/react-native-apple-authentication doesn't support it... Whether the library is planned to be...

This is the result of rebasing PR #166 from @Romick2005 - it was such a large change and I performed no testing it did not feel respectful to push back...

Can you please review it and let me know if this will work for this module.

documentation
ready-for-review

According to apple [docs](https://developer.apple.com/support/offering-account-deletion-in-your-app), apps will need to provide an option to delete user account by June 30, 2022. When signing-in via apple the app also needs to revoke the...

enhancement
good first issue
help wanted

The link to the API docs is broken (so that I can see all the methods of appleAuth). Where are these docs?

> Very interesting - forgive me while I "active listen" here - I am going to try to say what you said, to see if I understand it > >...

bug
documentation
good first issue

Compiler warnings aren't the first thing I go to fix, but with no outstanding module-specific bugs (the "logout causes login process" bug is upstream) this is the only significant issue...

good first issue
help wanted

If using this library inside an Expo project, appleAuthAndroid is an empty object until Expo prebuild has been ran