begin work

This commit is contained in:
Aaron Po
2026-07-04 23:18:23 -04:00
parent fbcf438381
commit 924e736130
9 changed files with 82 additions and 772 deletions

View File

@@ -88,7 +88,7 @@ public class JwtInfrastructure : ITokenInfrastructure
return new ClaimsPrincipal(result.ClaimsIdentity);
}
catch (Exception e)
catch (Exception)
{
throw new UnauthorizedException("Invalid token");
}