capacitor-community / apple-sign-in

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

Node js backend example #50

Open DaniFaro opened 2 years ago

DaniFaro commented 2 years ago

Hi everyone, I'm implementing this library inside my ionic capacitor application and I have a question. Is there an example, possibly written in node js, describing a backend that responds to the redirectURI? I create a services id on Apple Developer Dashboard, but seems that the redirectURI is never called.

Thanks to all

piotr-cz commented 5 months ago

I found such example here https://www.npmjs.com/package/react-apple-signin-auth#server-side-authentication-nodejs-backend

I think that redirectURI is no being used because this package uses usePopup: true

However: