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

feat(security): RN-1303: Update password storage to use argon2 #5872

Open
wants to merge 24 commits into
base: dev
Choose a base branch
from

Commits on Sep 2, 2024

  1. install argon

    tcaiger committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    425d0e4 View commit details
    Browse the repository at this point in the history
  2. wip

    tcaiger committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2373cd1 View commit details
    Browse the repository at this point in the history
  3. refactor api clients

    tcaiger committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9f6a8c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. migrate passwords to argon

    tcaiger committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3bbd575 View commit details
    Browse the repository at this point in the history
  2. updating passwords on login

    tcaiger committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d086c0f View commit details
    Browse the repository at this point in the history
  3. use same salt

    tcaiger committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    af5fcec View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Update package.json

    tcaiger committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3f8e591 View commit details
    Browse the repository at this point in the history
  2. Update User.js

    tcaiger committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ac7d97c View commit details
    Browse the repository at this point in the history
  3. await password encryption

    tcaiger committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    abaa7d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. fix verify email test

    tcaiger committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e30d0fd View commit details
    Browse the repository at this point in the history
  2. add tests

    tcaiger committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f571869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d0e7dd View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    81bee7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c960341 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. fix test

    tcaiger committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    56d6498 View commit details
    Browse the repository at this point in the history
  2. Update authenticate.test.js

    tcaiger committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fcbd3d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    68bcdfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7f3b55 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    b08a666 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5c929d View commit details
    Browse the repository at this point in the history
  3. rename migration

    tcaiger committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    39ce693 View commit details
    Browse the repository at this point in the history
  4. Update authenticate.test.js

    tcaiger committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e5812d9 View commit details
    Browse the repository at this point in the history
  5. update types

    tcaiger committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d429633 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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