Fixing user password generation/validation - wip
This commit is contained in:
@@ -3,7 +3,8 @@ namespace BasicDotnetTemplate.MainProject.Models.Settings;
|
||||
public class EncryptionSettings
|
||||
{
|
||||
#nullable enable
|
||||
public string? Secret { get; set; }
|
||||
public string? Salt { get; set; }
|
||||
public string? Pepper { get; set; }
|
||||
public int? Iterations { get; set; }
|
||||
#nullable disable
|
||||
}
|
||||
Reference in New Issue
Block a user