diff --git a/apps/webapp/app/services/apiRateLimit.server.ts b/apps/webapp/app/services/apiRateLimit.server.ts index e8f164819..1b8d8a3ed 100644 --- a/apps/webapp/app/services/apiRateLimit.server.ts +++ b/apps/webapp/app/services/apiRateLimit.server.ts @@ -96,7 +96,6 @@ export const apiRateLimiter = authorizationRateLimitMiddleware({ const [authError, authenticated] = await tryCatch( authenticateAuthorizationHeader(authorizationValue, { allowPublicKey: true, - allowJWT: true, }) );