mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
re-working claims for aspnet core identity integration and backwards compat
This commit is contained in:
@@ -8,6 +8,7 @@ namespace Bit.Core.Services
|
||||
{
|
||||
public interface IUserService
|
||||
{
|
||||
Task<User> GetUserByIdAsync(string userId);
|
||||
Task<User> GetUserByIdAsync(Guid userId);
|
||||
Task SaveUserAsync(User user);
|
||||
Task<IdentityResult> RegisterUserAsync(User user, string masterPassword);
|
||||
|
||||
Reference in New Issue
Block a user