capacitor-community / apple-sign-in

Sign in with Apple Support
MIT License
135 stars 58 forks source link

How do you implement Sign in With Apple in Ios #73

Open janehernandez opened 2 years ago

janehernandez commented 2 years ago

FOR: "@capacitor-community/apple-sign-in": "^0.2.0",

How do you implement OPTIONS in native IoS?

      const options = {
        clientId: '<<appId>>',
        scopes: 'email name',
        redirectURI: '<<appId>>',
        state: '12345',
        nonce: 'nonce',
      }

currently this is my current implementation on what I saw on the other issues raised, however, it was not working. can someone please help me in setting up this options? thank you

arielhasidim commented 2 years ago

Have you tried #65 ?

DevDianDankie commented 1 year ago

65 works for me with the updated comment about aws lib