mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Update auth service, move JWT handling out of controller
This commit is contained in:
@@ -4,5 +4,5 @@ namespace Service.Auth;
|
||||
|
||||
public interface ILoginService
|
||||
{
|
||||
Task<UserAccount> LoginAsync(string username, string password);
|
||||
Task<AuthServiceReturn> LoginAsync(string username, string password);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user