1.0.11-rc
This commit is contained in:
@@ -12,7 +12,7 @@ public class AuthorizationProviderByKey: IAuthorizationProvider
|
||||
_configuration = configuration;
|
||||
}
|
||||
|
||||
public async Task OnAuthorizationRequest(string key, string name, byte protocol, byte[] additionalData, Action<string, string> accept, Action<uint> reject)
|
||||
public async Task OnAuthorizationRequest(string key, string name, byte[] additionalData, Action<string, string> accept, Action<uint> reject)
|
||||
{
|
||||
if (key == _configuration.Key)
|
||||
{
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"key": "defaultkey",
|
||||
"protocol": "1.0.0",
|
||||
"statisticsInterval": 5,
|
||||
"sendRate": 30,
|
||||
"port": 4444,
|
||||
|
||||
Reference in New Issue
Block a user