mirror of
https://git.recroomarchive.org/RecRoomArchive/RRAC.git
synced 2026-09-09 07:01:24 -07:00
More changes...
This commit is contained in:
@@ -19,7 +19,7 @@ namespace RecRoomArchive.Services
|
||||
new(ClaimTypes.Role, "gameClient")
|
||||
};
|
||||
|
||||
SecurityTokenDescriptor tokenDescriptor = new SecurityTokenDescriptor()
|
||||
SecurityTokenDescriptor tokenDescriptor = new()
|
||||
{
|
||||
Subject = new ClaimsIdentity(claims),
|
||||
Expires = DateTime.UtcNow.Add(TimeSpan.FromHours(12)),
|
||||
|
||||
Reference in New Issue
Block a user