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

TEST!!!!!!! #27

Closed
wants to merge 1 commit into from
Closed

Conversation

mifeille
Copy link
Contributor

No description provided.

(accessToken, refreshToken, profile, done) => {
done(null, profile);
}
),);

Choose a reason for hiding this comment

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

A space is required after ',' comma-spacing

(accessToken, refreshToken, profile, done) => {
done(null, profile);
}
),);

Choose a reason for hiding this comment

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

A space is required after ',' comma-spacing

authRouter.get('/login/facebook', passport.authenticate('facebook', { scope: ['email'] }),);
authRouter.get('/login/facebook/redirect', passport.authenticate('facebook', { session: false }), google, socialLogin.facebookLogin);

authRouter.get('/login/twitter', passport.authenticate('twitter', { scope: ['profile', 'email'] }),);

Choose a reason for hiding this comment

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

A space is required after ',' comma-spacing

authRouter.get('/login/google', passport.authenticate('google', { scope: ['profile', 'email'], }));
authRouter.get('/login/google/redirect', passport.authenticate('google', { session: false }), google, socialLogin.googleLogin);

authRouter.get('/login/facebook', passport.authenticate('facebook', { scope: ['email'] }),);

Choose a reason for hiding this comment

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

A space is required after ',' comma-spacing

@mifeille mifeille closed this Jun 17, 2019
@mifeille mifeille deleted the ft-enable-social-login-hound-166240994 branch June 17, 2019 10:40
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

Successfully merging this pull request may close these issues.

None yet

2 participants