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

Use hash instead of encryption for storing passwords refs #234 #235

Merged
4 commits merged into from
Jun 7, 2021

Commits on Jun 2, 2021

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

Commits on Jun 3, 2021

  1. Fix backend e2e tests

    glutengo committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    2917167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2881b94 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Adjust password removal mechanism to work for mongodb setups

    - Drop usage of select:false in Field annotation as this does not work for typeorm with mongodb: typeorm/typeorm#7710
    - Explicitly hash the password at distinct places instead: register, changePassword
    - Use ClassTransformer with ClassSerializerIntercepter to exclude the password from responses instead
    glutengo committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    7a841b0 View commit details
    Browse the repository at this point in the history