Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
janehernandez opened this issue May 29, 2022 · 2 comments
Open

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

janehernandez opened this issue May 29, 2022 · 2 comments

Comments

@janehernandez
Copy link

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
Copy link

Have you tried #65 ?

@DevDianDankie
Copy link

#65 works for me with the updated comment about aws lib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants