react-apple-login
react-apple-login copied to clipboard
A Apple Log-in Component for React
Actually i have used this library but i getting invalid client message while redirecting, I m using localhost as redirect URL if the nhow do i configure to make this...
#STEPS Followed: -install npm i react-apple-login library. -Use code snippet as per mentioned below: < AppleLogin clientId = { APPLE_CLIENT_ID } redirectURI = { `${window.location.origin}` } render = { (renderProps)...
 in this u are mentioning user details will come only at the first time sign in but I am not getting those at initially also
I tried the component without the usePopup and it worked perfectly, but once I add this prop I got this bug `ReferenceError: AppleID is not defined` when the component was...
Hi guys! I've implemented the social login with Apple and sometimes users receive this "weird" error -> `user_trigger_new_signin_flow`. Do you know what it is? I couldn't find anything in Apple...
It seems that apple has not properly updated the button designs to their page recently. I added this apple sign in button to my page and it works brilliantly, except...
First of all thanks for the work done on this package. I would like to ask you the possibility to either have an implementation within the package documentation or an...
This package has worked fine for ~2 years on our site, but it just now started failing because it tries to access AppleID before it has downloaded the script **Error...
```tsx return ( { console.log({ res }); if ( res.error && res.error.error && res.error.error.includes('popup_blocked_by_browser') ) { return globalToast({ message: global.translate({ nl: 'Sta popup toe', en: 'Allow popup', }), }); }...