Techofficer / node-apple-signin

Node.JS wrapper around Sign In with Apple REST API
MIT License
53 stars 40 forks source link

✨Make redirect_url optional in refreshAuthorizationToken #12

Open a-tokyo opened 4 years ago

a-tokyo commented 4 years ago

It's optional as can bee seen in the docs here: https://developer.apple.com/documentation/signinwithapplerestapi/generate_and_validate_tokens. I encountered the usecase with the RN library https://github.com/invertase/react-native-apple-authentication/

Thanks a lot for the awesome work!

a-tokyo commented 4 years ago

Using this atm https://github.com/A-Tokyo/apple-signin-auth