Comment to 'Apple sign in problem in app'
  • Hi,

    Randomly saw this - the fix is quite simple actually. Apple sign-in uses standard oAuth2 flow and you can just reuse/clone the Google login module with some edits. Register with Apple (pay a fee). Get the secret generated and put that in. That's it.

    I did spend a day or two figuring this out - but the implementation was fairly easy and fast. 👌