username@email.com
2024-10-14 49de3197aa154674dbbd14c5196273dc82397d5f
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
{