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

Merge WP_Auth0_Options_Generic into WP_Auth0_Options #741

Merged
merged 2 commits into from
Dec 5, 2019

Conversation

joshcanhelp
Copy link
Contributor

@joshcanhelp joshcanhelp commented Dec 3, 2019

Changes

  • Move all methods from WP_Auth0_Options_Generic to WP_Auth0_Options and delete.
  • Remove WP_Auth0_Options::can_show_wp_login_form()
  • Remove WP_Auth0_Options::set_connection()
  • Remove WP_Auth0_Options::get_connection()
  • Remove WP_Auth0_Options::get_enabled_connections()
  • Remove WP_Auth0_Options::get_client_signing_algorithm()
  • Remove WP_Auth0_Options::get_client_secret_as_key()
  • Remove WP_Auth0_Options::convert_client_secret_to_key()
  • Remove WP_Auth0_Options::get_cross_origin_loc()
  • Remove WP_Auth0_Options::get_logout_url()

@joshcanhelp joshcanhelp added this to the 4.0.0 milestone Dec 3, 2019
@@ -1,17 +1,246 @@
<?php

class WP_Auth0_Options extends WP_Auth0_Options_Generic {
class WP_Auth0_Options {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Everything added to this class already existed in WP_Auth0_Options_Generic

@joshcanhelp joshcanhelp marked this pull request as ready for review December 3, 2019 23:51
@joshcanhelp joshcanhelp requested a review from a team December 3, 2019 23:51
lib/WP_Auth0_Options.php Show resolved Hide resolved
@joshcanhelp joshcanhelp merged commit e7ae43d into master Dec 5, 2019
@joshcanhelp joshcanhelp deleted the combine-options-class branch December 5, 2019 15:36
@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