ace/Source/ACE.Database/Models/Auth
Ty Conner d311df7e0c
Change BCrypt WorkFactor to configurable Option in Config.js (#1506)
* Change WorkFactor to 8

* Add configuration option for password workfactor, and migration option to support [up/down]grade at runtime

* Fix a default

* Do not pass in values less 4 and greater than 31 to prevent server crash

* Update defaults
2019-03-09 19:52:04 -06:00
..
Accesslevel.cs WIP: Switch Database system to Entity Framework Core, DB First (#633) 2018-03-06 04:35:48 -05:00
Account.cs WIP: Switch Database system to Entity Framework Core, DB First (#633) 2018-03-06 04:35:48 -05:00
AccountExtensions.cs Change BCrypt WorkFactor to configurable Option in Config.js (#1506) 2019-03-09 19:52:04 -06:00
AuthDbContext.cs Update account authentication to use BCrypt. (#1468) 2019-03-08 13:41:23 -06:00