mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
feat: implement user registration and update SASL authentication handling
This commit is contained in:
@@ -29,4 +29,5 @@ public interface IChatService
|
||||
Task<UserProfileDto?> GetUserProfileAsync(string username);
|
||||
Task<List<string>> GetChannelsForUserAsync(string username);
|
||||
Task<(Guid UserId, string Username)?> AuthenticateUserAsync(string username, string password);
|
||||
Task<(Guid UserId, string Username)?> RegisterUserAsync(string username, string password);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user