Added code to support password settings. Fixed a bug where the [FromBody] attribute resulted in null object properties, as well as included more null checks.
This commit is contained in:
@@ -8,6 +8,14 @@
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"MainDataConnectionString": "Server=DESKTOP-OEDDVKC\\SQLEXPRESS;Database=main;Integrated Security=true;"
|
||||
"MainDataConnectionString": "Server=DESKTOP-HJES64T;Database=main;Integrated Security=true;"
|
||||
},
|
||||
"CookieOptions": {
|
||||
"doamin": "copyrightcrusader.org"
|
||||
},
|
||||
"PasswordSettings": {
|
||||
"Pepper": "rVk/OwQUw01qy76Q+5WimPk+NdqUMMghftMXyJzzckOj/+eFn056PDYzBD61E/ZNjRdgiMK6RhcHEcdfpJdbcw==",
|
||||
"MaxLength": 128,
|
||||
"MinLength": 17
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user