mirror of
https://github.com/bitwarden/server
synced 2025-12-12 14:23:38 +00:00
Added retrt logic to all documentdb queries. Updated change password and email process to use multi step for cirty ciphers and replace user. Fixed RefreshSecurityStampAsync to not dirty ciphers.
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Bit.Core.Repositories
|
||||
{
|
||||
public interface ICipherRepository
|
||||
{
|
||||
Task DirtyCiphersAsync(string userId);
|
||||
Task UpdateDirtyCiphersAsync(IEnumerable<dynamic> ciphers);
|
||||
Task CreateAsync(IEnumerable<dynamic> ciphers);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user