We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efaec49 commit 5bf9c02Copy full SHA for 5bf9c02
example/backend/passport.js
@@ -8,7 +8,7 @@ module.exports = function () {
8
9
passport.use(new BitbucketTokenStrategy({
10
clientID: 'app-id',
11
- clientSecret: 'client-secret'
+ clientSecret: 'client-secret',
12
apiVersion: '1.0',
13
profileWithEmail: true
14
},
0 commit comments