updates to teamsnapCallback
This commit is contained in:
@@ -18,6 +18,7 @@ passport.use(
|
||||
callbackURL: "/auth/teamsnap/callback",
|
||||
passReqToCallback: true,
|
||||
scope: ["read", "write"],
|
||||
proxy: true
|
||||
},
|
||||
async function (req, accessToken, refreshToken, profile, done) {
|
||||
json = JSON.parse(profile._raw);
|
||||
|
||||
Reference in New Issue
Block a user