Fix Base64 parse

This commit is contained in:
2021-06-05 11:44:58 +02:00
parent 2af811873b
commit 3b1755b793
5 changed files with 11 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ namespace Akari.Prototype.Server.Services
{
IEnumerable<KeyValuePair<string, TimedEntry<AesGcm>>> Pairs { get; }
void Auth(string name, string token);
void Auth(string name, byte[] token);
bool Remove(string name);
}