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

[security] Support alternate auth providers for login #26979

Merged
merged 5 commits into from
Dec 13, 2018

Commits on Dec 11, 2018

  1. [security] Support alternate auth providers for login

    Login is no longer coupled directly to our basic auth provider, so
    alternative auth providers can now be used with our standard login flow.
    The LoginAttempt request service is the mechanism for auth providers to
    integrate with the login flow.
    epixa committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    3d352a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5abcc5c View commit details
    Browse the repository at this point in the history
  3. unit test for LoginAttempt

    epixa committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    57b2f0c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    7280f9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e18d71 View commit details
    Browse the repository at this point in the history