Fixed jwt validation error. Added node allocations editor. Small fixes
This commit is contained in:
@@ -75,7 +75,7 @@ public class IdentityService
|
||||
if (string.IsNullOrEmpty(Token))
|
||||
return;
|
||||
|
||||
if (!await JwtService.Validate(Token))
|
||||
if (!await JwtService.Validate(Token, "User"))
|
||||
return;
|
||||
|
||||
var data = await JwtService.Decode(Token);
|
||||
|
||||
Reference in New Issue
Block a user