Skip to content

Commit

Permalink
Downgrade to auth0:2.17.0; change to patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew McLean committed Apr 8, 2020
1 parent c954ba3 commit 8e535e6
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.0] - 2020-04-03
## [2.0.3] - 2020-04-03

### Changed
- Refresh Token Exchange and Authorization Code exchange will be performed via the backend server.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-authentication-api-debugger-extension",
"version": "2.1.0",
"version": "2.0.3",
"description": "My extension for ..",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"auth0": "^2.23.0",
"auth0": "2.17.0",
"auth0-extension-express-tools": "^1.1.9",
"auth0-extension-tools": "^1.3.3",
"auth0-oauth2-express": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = (configProvider) => {
__bypassIdTokenValidation: true
});

const data = { refresh_token: req.body.refresh_token };
const data = { refresh_token: req.body.refresh_token, client_secret: req.body.client_secret };
auth0.oauth.refreshToken(data, function (err, response) {
if (err) {
const data = utils.tryParseJSON(err.message);
Expand Down
2 changes: 1 addition & 1 deletion webtask.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Auth0 Authentication API Debugger",
"name": "auth0-authentication-api-debugger",
"version": "2.1.0",
"version": "2.0.3",
"author": "auth0",
"useHashName": false,
"description": "This extension allows you to test and debug the various Authentication API endpoints",
Expand Down
37 changes: 33 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1650,6 +1650,20 @@ [email protected]:
jsonwebtoken "^5.0.1"
superagent "^1.2.0"

[email protected]:
version "2.17.0"
resolved "https://a0us.jfrog.io/a0us/api/npm/npm/auth0/-/auth0-2.17.0.tgz#bd97392d4edecf8489d5eb0003473cbabbbdb53f"
integrity sha1-vZc5LU7ez4SJ1esAA0c8uru9tT8=
dependencies:
bluebird "^2.10.2"
jsonwebtoken "^8.3.0"
jwks-rsa "^1.4.0"
lru-memoizer "^1.12.0"
object.assign "^4.0.4"
request "^2.88.0"
rest-facade "^1.10.1"
retry "^0.10.1"

auth0@^2.23.0:
version "2.24.0"
resolved "https://a0us.jfrog.io/a0us/api/npm/npm/auth0/-/auth0-2.24.0.tgz#529ee36d46d2119624b04532b1ac4635a0de0de9"
Expand Down Expand Up @@ -1795,6 +1809,11 @@ block-stream@*:
dependencies:
inherits "~2.0.0"

bluebird@^2.10.2:
version "2.11.0"
resolved "https://a0us.jfrog.io/a0us/api/npm/npm/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1"
integrity sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=

bluebird@^3.4.1:
version "3.4.7"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz#f72d760be09b7f76d08ed8fae98b289a8d05fab3"
Expand Down Expand Up @@ -5329,7 +5348,7 @@ jwks-rsa@^1.1.1:
ms "^0.7.1"
request "^2.73.0"

jwks-rsa@^1.7.0:
jwks-rsa@^1.4.0, jwks-rsa@^1.7.0:
version "1.7.0"
resolved "https://a0us.jfrog.io/a0us/api/npm/npm/jwks-rsa/-/jwks-rsa-1.7.0.tgz#5f3362bb428d72a5f40719b5e10785fa094d1a01"
integrity sha1-XzNiu0KNcqX0Bxm14QeF+glNGgE=
Expand Down Expand Up @@ -5851,6 +5870,16 @@ [email protected]:
lru-cache "~4.0.0"
very-fast-args "^1.1.0"

lru-memoizer@^1.12.0:
version "1.13.0"
resolved "https://a0us.jfrog.io/a0us/api/npm/npm/lru-memoizer/-/lru-memoizer-1.13.0.tgz#1469529911602c13df43bca6730640b96072fac8"
integrity sha1-FGlSmRFgLBPfQ7ymcwZAuWBy+sg=
dependencies:
lock "~0.1.2"
lodash "^4.17.4"
lru-cache "~4.0.0"
very-fast-args "^1.1.0"

lru-memoizer@^1.6.0:
version "1.10.1"
resolved "https://registry.yarnpkg.com/lru-memoizer/-/lru-memoizer-1.10.1.tgz#a10bc6cc172dfba58d6c5cf60aad97e0c7ebaa6a"
Expand Down Expand Up @@ -6543,7 +6572,7 @@ object-visit@^1.0.0:
dependencies:
isobject "^3.0.0"

object.assign@^4.1.0:
object.assign@^4.0.4, object.assign@^4.1.0:
version "4.1.0"
resolved "https://a0us.jfrog.io/a0us/api/npm/npm/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
integrity sha1-lovxEA15Vrs8oIbwBvhGs7xACNo=
Expand Down Expand Up @@ -7949,7 +7978,7 @@ resolve@^1.10.0, resolve@^1.3.2, resolve@^1.6.0, resolve@^1.8.1:
dependencies:
path-parse "^1.0.6"

rest-facade@^1.12.0:
rest-facade@^1.10.1, rest-facade@^1.12.0:
version "1.12.0"
resolved "https://a0us.jfrog.io/a0us/api/npm/npm/rest-facade/-/rest-facade-1.12.0.tgz#e6a25958b34bab2323af5a953c0135ac2684d371"
integrity sha1-5qJZWLNLqyMjr1qVPAE1rCaE03E=
Expand All @@ -7973,7 +8002,7 @@ ret@~0.1.10:
resolved "https://a0us.jfrog.io/a0us/api/npm/npm/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
integrity sha1-uKSCXVvbH8P29Twrwz+BOIaBx7w=

retry@^0.10.0:
retry@^0.10.0, retry@^0.10.1:
version "0.10.1"
resolved "https://a0us.jfrog.io/a0us/api/npm/npm/retry/-/retry-0.10.1.tgz#e76388d217992c252750241d3d3956fed98d8ff4"
integrity sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=
Expand Down

0 comments on commit 8e535e6

Please sign in to comment.