renarsvilnis / apple-sign-in-rest

Hopefully your go-to library for implementing Sign In With Apple in Node.js
https://www.npmjs.com/package/apple-sign-in-rest
MIT License
17 stars 8 forks source link

Some minor typos in README.md #4

Closed jsjolen closed 3 years ago

jsjolen commented 3 years ago

In step 1.

privateKeyPath: '/Users/arnold/my-project/credentials/AuthKey.p8';

Remove ;.

In step 2.

const authorizationUrl = appleSignin.getAuthorizationUrl({

The instance was declared as appleSignIn (note capital I).

redirectUrl: "http://localhost:3000/auth/apple/callback",

It's not Url it's Uri.

renarsvilnis commented 3 years ago

Typos fixed! Thanks for noticing!