glm94
|
f5ee2f68b9
|
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.
|
2021-03-29 19:15:15 -05:00 |
|
glm94
|
9b283b31f4
|
Tweaked the SessionManager's IsSessionTokenValid function to accept a connection string to standardize the interfaces on all the SessionManager functions.
|
2021-03-10 21:52:52 -06:00 |
|
glm94
|
baf2518fe8
|
Updated the way application settings are loaded and added some intialization functions to the various manager classes to load and validate all the user supplied options at start up instead of constantly reevaluating them over the course of the application's runtime.
|
2021-03-10 21:27:19 -06:00 |
|
glm94
|
7008621799
|
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.
|
2021-03-09 22:14:29 -06:00 |
|
glm94
|
e198838a32
|
Cleaned up and refactored the code to make things much easier to understand.
|
2021-01-13 11:24:19 -06:00 |
|
glm94
|
fb61c971e9
|
Updated the Startup.cs to forward headers, hopefully this will help with making sure remote IPs are correctly retrieved.
|
2021-01-05 21:52:09 -06:00 |
|