patelmayankce / react-apple-login

A Apple Log-in Component for React
MIT License
65 stars 21 forks source link

using usePopup true have two times request #38

Closed tanz98 closed 2 years ago

tanz98 commented 2 years ago

Hello i found bugs when login apple with usePopup={true} in real device, if in desktop google chrome browser is fine. but when i try in safari desktop browser & safari ios, the library not works fine. Usepopup request 2 times so when i second times login i cannot get name & email in the first time login. how to solve this?

patelmayankce commented 2 years ago

Hi @tanz98 , This is Apple’s default behavior. You will only get email and name very first time. Where you have to save it in backend. At library level we can’t fix this.