Closed zxan1285 closed 5 years ago
In the deploy extensions we're using management api middleware, which is using auth0@2.9.1. Roles support were added in auth0@2.17.0, so now we need new version of the extension-tools with latest node-auth0 version.
auth0@2.9.1
auth0@2.17.0
node-auth0
@zxan1285 should yarn.lock be updated along with this?
yarn.lock
auth0-extension-tools@1.4.0 published to npm
auth0-extension-tools@1.4.0
✏️ Changes
In the deploy extensions we're using management api middleware, which is using
auth0@2.9.1
. Roles support were added inauth0@2.17.0
, so now we need new version of the extension-tools with latestnode-auth0
version.