Add AuthLifetimeService

Refactor AuthManager
This commit is contained in:
2021-06-04 18:32:47 +02:00
parent adcde19346
commit 2b81f3e5ba
13 changed files with 281 additions and 58 deletions

View File

@@ -7,6 +7,6 @@ namespace Akari.Prototype.Server.Services
{
public interface IAuthManager
{
void Auth(byte[] token, string name);
void Auth(string name, string token);
}
}