allow JwtMiddleware to support SecurityStamp

This commit is contained in:
sbwalker
2024-09-17 09:06:49 -04:00
parent f78e400918
commit 32d1e08b57
2 changed files with 12 additions and 13 deletions

View File

@ -10,7 +10,6 @@ using System;
using Oqtane.Infrastructure;
using Oqtane.Extensions;
using Oqtane.Managers;
using System.Security.Claims;
namespace Oqtane.Providers
{