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

Hash login password on server side with bcrypt #1139

Merged
merged 29 commits into from
May 5, 2021
Merged

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    9363cad View commit details
    Browse the repository at this point in the history
  2. Changes

    PrajwalM2212 authored and shreyamalviya committed May 3, 2021
    Configuration menu
    Copy the full SHA
    2ee6315 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5236d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09a3729 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5d05a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d208314 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02f3b15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c1096d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    7684a2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83f7f04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39c274c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8646fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7d47fe View commit details
    Browse the repository at this point in the history
  6. island: Replace private static functions in Authenticator with functions

    In python, private static methods serve no purpose. Python has
    first-class functions; let's use them.
    mssalvatore committed May 4, 2021
    Configuration menu
    Copy the full SHA
    904e51a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    060c4b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    502bc3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f28cd53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1be07a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5fa08f0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b3b7af View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1aed5f3 View commit details
    Browse the repository at this point in the history
  14. island: Simplify UserCreds constructor by removing defaults

    The default values were only really used by the test code. We can
    simplify the Usercreds's interface and test code by removing
    functionality (read: complication) we don't really need.
    mssalvatore committed May 4, 2021
    Configuration menu
    Copy the full SHA
    d56cb5c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e223126 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c4c0b72 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e4dec55 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f73b048 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0f49a2c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    9024a51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7772ea6 View commit details
    Browse the repository at this point in the history