1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-28 13:15:12 +01:00
bitwarden-server/test/IntegrationTestCommon/Factories
Kyle Spearrin 6f04298e17
Data protection for user columns at rest (#2571)
* ServerProtectedData for user entity

* remove using statements

* formatting

* use data protection libs

* no async

* add data protection to ef user repo

* switch to `SetApplicationName` per ASPNET docs

* null checks

* cleanup

* value converter for EF

* new line at eof

* fix using

* remove folder ref

* restore ctor

* fix lint

* use global constant

* UseApplicationServiceProvider for integration tests

* implement constant for DatabaseFieldProtectedPrefix

* Fix EF IntegrationTest

* restore original values after protect and save

* lint fixes

* Use Constants

Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>
2023-01-18 13:16:57 -05:00
..
IdentityApplicationFactory.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
WebApplicationFactoryBase.cs Data protection for user columns at rest (#2571) 2023-01-18 13:16:57 -05:00
WebApplicationFactoryExtensions.cs [EC-394] SCIM server integration tests (#2197) 2022-09-08 09:00:59 +01:00