username@email.com
2024-10-10 039469c9070ffd15b6889d33f56e6af98a6f7739
cylsg/cylsg.Web.Core/Handlers/JwtHandler.cs
@@ -3,7 +3,7 @@
using Microsoft.AspNetCore.Http;
using System.Threading.Tasks;
namespace cylsg.Web.Core;
namespace cylsg.Web.Core.Handlers;
public class JwtHandler : AppAuthorizeHandler
{