:drunk: Write shit code trying to split up the Auth (WIP)
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
namespace DysonNetwork.Pass.Features.Account.Interfaces;
|
||||
|
||||
public interface IAccountUsernameService
|
||||
{
|
||||
Task<string> GenerateUniqueUsernameAsync(string baseName);
|
||||
string SanitizeUsername(string username);
|
||||
Task<bool> IsUsernameExistsAsync(string username);
|
||||
Task<string> GenerateUsernameFromEmailAsync(string email);
|
||||
}
|
Reference in New Issue
Block a user