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:
2021-03-09 22:14:29 -06:00
parent 70bb9dd9e2
commit 7008621799
53 changed files with 157 additions and 4377 deletions
+9 -1
View File
@@ -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
}
}