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

Only allow token authentication with 2FA enabled #2184

Merged
merged 6 commits into from
Jul 26, 2017

Commits on Jul 19, 2017

  1. Don't allow for plain username/password authentication when 2FA is en…

    …abled
    Moritz Heiber committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    7673b8b View commit details
    Browse the repository at this point in the history
  2. Removed debugging statement

    Moritz Heiber committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    02a101e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Don't assume a token belongs to a given user, handle two-factor error…

    …s properly
    Moritz Heiber committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    6ce636f View commit details
    Browse the repository at this point in the history
  2. Simplified user/token matching, refactored error handling for two-fac…

    …tor authentication
    Moritz Heiber committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    e6484d5 View commit details
    Browse the repository at this point in the history
  3. Change authentication response to avoid bruteforcing

    Moritz Heiber committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    f6857ec View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2017

  1. Add TODO item as a comment for changing the response for security pur…

    …poses
    Moritz Heiber committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    9a14c6d View commit details
    Browse the repository at this point in the history