Skip to content

Commit

Permalink
Updated callbackURL to redirect_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
ananay committed Nov 5, 2019
1 parent 1d1f508 commit 0d1f335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const AppleStrategy = require('passport-apple');
passport.use(new AppleStrategy({
clientID: "",
teamID: "",
callbackURL: "",
redirect_uri: "",
keyID: "",
privateKeyLocation: ""
}, function(accessToken, refreshToken, idToken, profile, cb) {
Expand Down

1 comment on commit 0d1f335

@akdasa
Copy link

@akdasa akdasa commented on 0d1f335 Apr 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You haven't updated documentation here https://www.passportjs.org/packages/passport-apple/

Please sign in to comment.