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 mixins, per-Authenticator LoginHandler classes #323

Merged
merged 19 commits into from
Jan 28, 2020

Commits on Dec 18, 2019

  1. move authenticate_url, access_token_url to OAuthenticator base class

    eliminates the need to create LoginHandlers with mixins
    minrk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    c0f3601 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443d39a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e766dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b219f96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac71230 View commit details
    Browse the repository at this point in the history
  6. adopt mixin-less in auth0

    minrk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    1be7e50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    982eaf1 View commit details
    Browse the repository at this point in the history
  8. adopt mixin-less globus

    minrk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    b9cc59f View commit details
    Browse the repository at this point in the history
  9. mixin-less in azure AD

    minrk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    da14b4e View commit details
    Browse the repository at this point in the history
  10. mixin-less cilogon

    minrk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    e85cb5b View commit details
    Browse the repository at this point in the history
  11. mixin-less okpy

    minrk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    b468b2c View commit details
    Browse the repository at this point in the history
  12. mixin-less openshift

    minrk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    9d82497 View commit details
    Browse the repository at this point in the history
  13. remove new-since-last-release providers

    these can all be configured via GenericOAuthenticator
    
    since they were merged, replace them with informative import errors
    minrk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    6f62732 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4e27c50 View commit details
    Browse the repository at this point in the history
  15. azuread b2c is the same as azuread with different config, no need for…

    … separate Authenticator
    minrk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    ee98e67 View commit details
    Browse the repository at this point in the history
  16. call it token_url

    GenericOAuthenticator defined it already, let's use that
    minrk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    b70742c View commit details
    Browse the repository at this point in the history
  17. black config

    minrk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    b64f8d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    3b63294 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    c601fee View commit details
    Browse the repository at this point in the history