Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove auth0_app_token setting #641

Merged
merged 1 commit into from
Mar 26, 2019
Merged

Conversation

joshcanhelp
Copy link
Contributor

Changes

This PR removes the API token field. All Management API interaction is handled by a client credentials grant.

Checklist

  • All existing and new tests complete without errors
  • All code quality tools/guidelines in the Contribution guide have been run/followed
  • All active GitHub CI checks have passed

$domain = $options->get( 'domain' );

// Plugin version < 2.2.3
if ( $this->current_db_version <= 7 ) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No tenants reporting this version.

@@ -129,12 +129,6 @@ public function testConstantSettingNoticeBasic() {
'render_function' => 'render_client_secret',
'value' => rand(),
],
[
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not necessary to remove but the less references to this setting, the better.

@@ -24,41 +24,12 @@ public function check_update() {
}
}

public function install_db( $version_to_install = null, $app_token = '' ) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a breaking change, PHP does not report warnings/errors for extra function parameters

@joshcanhelp joshcanhelp marked this pull request as ready for review March 26, 2019 13:05
@joshcanhelp joshcanhelp added this to the 3.10.0 milestone Mar 26, 2019
@joshcanhelp joshcanhelp merged commit 51c91de into master Mar 26, 2019
@lbalmaceda lbalmaceda deleted the remove-app-token-field branch March 26, 2019 17:14
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants