Changed the settings getting functions to accept a fll key path instead of only a Section / Key pair. Changed the placement of the pepper in the password hashing function to be in complicance with the OWASP's recommendation for using a pwpper.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"PasswordSettings": {
|
||||
"Pepper": "rVk/OwQUw01qy76Q+5WimPk+NdqUMMghftMXyJzzckOj/+eFn056PDYzBD61E/ZNjRdgiMK6RhcHEcdfpJdbcw==",
|
||||
"MaxLength": 128,
|
||||
"MinLength": 22
|
||||
"MinLength": 22,
|
||||
"BaseURL": "localhost:3000"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user