Fix tournament creation.
This commit is contained in:
@@ -49,7 +49,9 @@ namespace LaDOSE.Api.Controllers
|
||||
{
|
||||
Subject = new ClaimsIdentity(new Claim[]
|
||||
{
|
||||
new Claim(ClaimTypes.Name, user.Id.ToString())
|
||||
new Claim(ClaimTypes.Name, user.Id.ToString()),
|
||||
|
||||
|
||||
}),
|
||||
Expires = DateTime.UtcNow.AddMinutes(16),
|
||||
SigningCredentials = new SigningCredentials(new SymmetricSecurityKey(key), SecurityAlgorithms.HmacSha256Signature)
|
||||
|
||||
Reference in New Issue
Block a user