Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find Options #7

Open
XavG opened this issue Jun 24, 2016 · 0 comments
Open

Can't find Options #7

XavG opened this issue Jun 24, 2016 · 0 comments

Comments

@XavG
Copy link

XavG commented Jun 24, 2016

Hi !
I can't find this part of code :
passport.use(new SharePointStrategy({ appId: SHAREPOINT_APP_ID , appSecret: SHAREPOINT_APP_SECRET , callbackURL: "http://localhost:3000/auth/sharepoint/callback" }, function(accessToken, refreshToken, profile, done) { User.findOrCreate({ userID: profile.id }, function (err, user) { return done(err, user); }); } ));

And I don't find the server part either is it normal ? Is it only a add-on for a Express node server ?
And where can we find a complete example of this code ?

I have lot of difficulties and questions can we discuss on whatever platform you want :) ?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant