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 51bede3 commit 0d42634Copy full SHA for 0d42634
example/backend/package.json
@@ -15,8 +15,7 @@
15
"express-jwt": "^5.1.0",
16
"jsonwebtoken": "^7.3.0",
17
"mongoose": "^4.9.0",
18
- "passport": "^0.3.2",
19
- "passport-bitbucket-token": "^0.1.1"
+ "passport": "^0.3.2"
20
},
21
"devDependencies": {
22
"gulp": "~3.9.1",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "passport-bitbucket-token",
3
- "version": "0.2.0",
+ "version": "1.0.0",
4
"description": "Passport strategy for authenticating with Bitbucket access tokens using the OAuth 2.0 API.",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments