capacitor-community / apple-sign-in

Sign in with Apple Support
MIT License
136 stars 59 forks source link

Support JS/web for Apple Sign In #1

Closed mlynch closed 3 years ago

mlynch commented 4 years ago

Apple supports Sign in with Apple on the web. This would fit naturally into the web side of this plugin:

https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js/configuring_your_webpage_for_sign_in_with_apple

Would love some help making this happen! I think we'd need an init method and also some extra options to the Authorize call to support the fields needed on the JS side.

carsten-klaffke commented 3 years ago

Hello! Whats the status of the web/Android implementation? I would need this and would give it a try. Is there already some some progress to build up from?

imhoffd commented 3 years ago

@carsten-klaffke The web implementation is near completion in this PR. The Android implementation has not begun as far as I know.

carsten-klaffke commented 3 years ago

Great! I will try out the web implementation and see what I can do on android.

chrisweight commented 3 years ago

@mlynch quick bump on this...

chrisweight commented 3 years ago

@mlynch - looks like @epicshaggy merged in #18 already, this can probably be closed if it's verified as working.