a-tokyo / react-apple-signin-auth

 Apple signin for React using the official Apple JS SDK
https://a-tokyo.github.io/react-apple-signin-auth
MIT License
104 stars 13 forks source link

Popup only working on https URLs #83

Open poeck opened 3 months ago

poeck commented 3 months ago

When using popup: true, the package seems to only work on https URLs.

Is there maybe a fix/workaround for this?

Otherwise I would maybe add a warning in the Readme. 😄

a-tokyo commented 3 months ago

Hey @poeck,

As far as I know this is a limitation from Apple's side. I tried finding a workaround when I first implemented this but ended up hitting a wall 😅

A README warning is a good idea.