node-apple-signin icon indicating copy to clipboard operation
node-apple-signin copied to clipboard

Node.JS wrapper around Sign In with Apple REST API

Results 15 node-apple-signin issues
Sort by recently updated
recently updated
newest added

The `getAuthorizationToken` function expects a `redirectUri`. If it's not supplied, it throws an error with the message `redirectUri is empty`. While passing the `redirectUri` is required when doing sign in...

In order to deploy an app to Heroku or other PaaS, an app must be implemented using the [twelve-factor methodology](https://12factor.net/), which among other things, says that we shouldn't store credentials...

Instead own validations, use built-in from jsonwebtoken package Added option to ignore expiration

Just updated jsonwebtoken to latest version