Skip to content

fix(security): Rate limiting is configured but never enforced #39

Description

@baranylcn

ThrottlerModule.forRoot is configured (app.module.ts:70) but no global ThrottlerGuard is registered (no APP_GUARD anywhere). Only ApiKeyThrottlerGuard is applied manually to a few controllers, so most endpoints, including auth, are not rate-limited. The config gives a false sense of protection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions