Add AuthLifetimeService
Refactor AuthManager
This commit is contained in:
@@ -7,6 +7,6 @@ namespace Akari.Prototype.Server.Services
|
||||
{
|
||||
public interface IAuthManager
|
||||
{
|
||||
void Auth(byte[] token, string name);
|
||||
void Auth(string name, string token);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user