1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-07 00:21:32 +01:00
bitwarden-server/test/Identity.Test/IdentityServer
Ike a84ef0724c
[PM-15614] Allow Users to opt out of new device verification (#5176)
feat(NewDeviceVerification) : 
* Created database migration scripts for VerifyDevices column in [dbo].[User].
* Updated DeviceValidator to check if user has opted out of device verification.
* Added endpoint to AccountsController.cs to allow editing of new User.VerifyDevices property.
* Added tests for new methods and endpoint.
* Updating queries to track [dbo].[User].[VerifyDevices].
* Updated DeviceValidator to set `User.EmailVerified` property during the New Device Verification flow.
2025-01-08 07:31:24 -08:00
..
BaseRequestValidatorTests.cs [PM-8220] New Device Verification (#5084) 2024-12-12 09:08:11 -08:00
DeviceValidatorTests.cs [PM-15614] Allow Users to opt out of new device verification (#5176) 2025-01-08 07:31:24 -08:00
TwoFactorAuthenticationValidatorTests.cs [PM-8107] Remove Duo v2 from server (#4934) 2024-11-18 15:58:05 -08:00
UserDecryptionOptionsBuilderTests.cs [PM-7742] Set hasManageResetPasswordPermission for owner and admin invitees (#4528) 2024-08-06 11:22:10 +02:00