Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Add MFA Scopes (#102)
Browse files Browse the repository at this point in the history
* Add mfa scopes to server call

* Bump patch.
  • Loading branch information
shawnmclean committed Jan 13, 2021
1 parent 2a643b5 commit 019683a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-deploy-extensions",
"version": "3.7.1",
"version": "3.7.2",
"description": "Auth0 Deployment Extensions",
"engines": {
"node": "5.9.0"
Expand Down
4 changes: 3 additions & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ module.exports = (configProvider, storageProvider) => {
'read:hooks',
'update:hooks',
'delete:hooks',
'create:hooks'
'create:hooks',
'read:mfa_policies',
'update:mfa_policies'
].join(' ')
}));

Expand Down
2 changes: 1 addition & 1 deletion webtask-templates/bitbucket.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Bitbucket Deployments",
"name": "auth0-bitbucket-deploy",
"version": "3.7.1",
"version": "3.7.2",
"preVersion": "2.10.0",
"author": "auth0",
"description": "This extension gives Auth0 customers the possibility to deploy Hosted Pages, Rules and Custom Database Connections from Bitbucket.",
Expand Down
2 changes: 1 addition & 1 deletion webtask-templates/github.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "GitHub Deployments",
"name": "auth0-github-deploy",
"version": "3.7.1",
"version": "3.7.2",
"preVersion": "2.10.0",
"author": "auth0",
"description": "This extension gives Auth0 customers the possibility to deploy Pages, Rules and Custom Database Connections from GitHub.",
Expand Down
2 changes: 1 addition & 1 deletion webtask-templates/gitlab.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "GitLab Deployments",
"name": "auth0-gitlab-deploy",
"version": "3.7.1",
"version": "3.7.2",
"preVersion": "2.11.0",
"author": "auth0",
"description": "This extension gives Auth0 customers the possibility to deploy Hosted Pages, Rules and Custom Database Connections from GitLab.",
Expand Down
2 changes: 1 addition & 1 deletion webtask-templates/visualstudio.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Visual Studio Team Services Deployments",
"name": "auth0-visualstudio-deploy",
"version": "3.7.1",
"version": "3.7.2",
"preVersion": "2.9.0",
"author": "auth0",
"description": "This extension gives Auth0 customers the possibility to deploy Hosted Pages, Rules and Custom Database Connections from Visual Studio Team Services.",
Expand Down

0 comments on commit 019683a

Please sign in to comment.