capacitor-community / apple-sign-in

Sign in with Apple Support
MIT License
143 stars 60 forks source link

version 1.0 breaking changes? #26

Closed mesqueeb closed 3 years ago

mesqueeb commented 3 years ago

I see that NPM is on version v1.0 The version here on Github is v0.0.12

I can't find any changelog / breaking changes for v1.0

I'd love to find some information on this!

epicshaggy commented 3 years ago

Thanks for letting me know, I'm not experienced with github. I'll work on it!

Edit: I created this release, I'd appreaciate if you check it out and let me know if it's done correctly and if it is missing anything. 😃

mesqueeb commented 3 years ago

@epicshaggy this is a great release ! With this release: Is it possible to use the web integration for Android a well? If it needs more tweaking to make it work: I'm thinking we can use in-app browser and deep links to go back to the app. What do you think ?

mesqueeb commented 3 years ago

I'll close the issue for cleaning purposes but let's keep the conversation going.

epicshaggy commented 3 years ago

@mesqueeb I didn't think of that, could try it out. Also, you can checkout this branch which tries to implement android use, but I did not complete it for these reasons. Currently I have a custom implementation on my app which sends the post request to my backend service.