issues
search
fastify
/
fastify-rate-limit
A low overhead rate limiter for your routes
MIT License
504
stars
71
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: `after` should show the same ttl as the rate limit headers
#394
gurgunday
closed
1 week ago
1
fix: apply merged params when custom route config is provided
#393
gurgunday
closed
1 week ago
0
Add function to manually check rate limit (#346)
#392
Charioteer
opened
2 weeks ago
0
style: remove trailing whitespace
#391
Fdawgs
closed
3 weeks ago
0
docs(readme): sort compatibility table descending; add lts note
#390
Fdawgs
closed
3 weeks ago
0
404 Route Rate Limit Configuration Throws TypeError: app.rateLimit is not a function
#389
KMJ-007
closed
3 weeks ago
1
[docs]: Adding Fastify 4 & 5 Compatibilty Rows
#388
eskylake
closed
4 weeks ago
0
Added exponential backoff
#387
aniketcodes
closed
1 week ago
6
Can it support bandwidth limit?
#386
seepine
closed
1 week ago
3
Added Custom Headers settings
#385
gaurav8298
closed
1 month ago
0
fix: update documentation and types for groupId
#384
lundibundi
closed
1 month ago
0
build(deps): Bump fastify/workflows from 5.0.0 to 5.0.1
#383
dependabot[bot]
closed
1 month ago
0
perf: reduce optional chaining usage
#382
gurgunday
closed
1 month ago
0
chore: update fastify to ^5.0.0
#381
Fdawgs
closed
2 months ago
0
Added grouping routes for ratelimit
#380
aniketcodes
closed
2 months ago
13
build(deps-dev): Bump @sinonjs/fake-timers from 11.3.1 to 13.0.1
#379
dependabot[bot]
closed
3 months ago
0
chore: migrate from tap to node:test and c8
#378
dancastillo
closed
3 months ago
0
chore: update min fastify version
#377
Fdawgs
closed
3 months ago
0
[backport 9.x] fix: return type of rateLimit
#376
MunifTanjim
closed
2 months ago
0
fix: return type of rateLimit
#375
MunifTanjim
closed
2 months ago
2
build(deps-dev): Bump @types/node from 20.14.13 to 22.0.0
#374
dependabot[bot]
closed
3 months ago
0
Merge `next` into `master`
#373
jsumners
closed
4 months ago
0
Coverage
#372
jean-michelet
closed
4 months ago
0
Reach 100% test coverage
#371
gurgunday
closed
4 months ago
2
update for v5
#370
gurgunday
closed
4 months ago
0
Support rate limit groups for specific routes
#369
OleksandrBoiko1
closed
1 month ago
5
Support node-redis, possibly along with ioredis?
#368
yshrsmz
opened
6 months ago
2
build(deps-dev): Bump tsd from 0.30.7 to 0.31.0
#367
dependabot[bot]
closed
7 months ago
0
Add statusCode to errorResponseBuilderContext type
#366
flakey5
closed
8 months ago
0
refactor: consistent option handling
#365
gurgunday
closed
9 months ago
0
perf: pregenerate `timeWindow` string when possible and use `noop` as default function
#364
gurgunday
closed
9 months ago
3
fix: remove unnecessary property `timeWindow` from RedisStore and LocalStore
#363
gurgunday
closed
9 months ago
2
Rate limit don't working even using async/await
#362
Snarloff
closed
9 months ago
2
chore(.gitignore): add .tap/ dir
#361
Fdawgs
closed
9 months ago
0
docs: update `timeWindow` description
#360
gurgunday
closed
10 months ago
0
Use statusCode in errorResponseBuilder example
#359
Szymx95
closed
10 months ago
1
docs(readme): replace `fastify.io` links with `fastify.dev`
#358
Fdawgs
closed
10 months ago
0
Add function support for timeWindow
#357
mindrunner
closed
10 months ago
4
refactor: make RedisStore default key a default parameter
#356
gurgunday
closed
10 months ago
0
eslint no-misused-promise in notFoundHandler
#355
mindrunner
closed
10 months ago
17
Workflow v4
#354
gurgunday
closed
10 months ago
0
perf: use map for the in-memory store
#353
gurgunday
closed
11 months ago
0
build(deps-dev): Bump tsd from 0.29.0 to 0.30.0
#352
dependabot[bot]
closed
11 months ago
0
perf: generate `after` once
#351
gurgunday
closed
11 months ago
0
Revert workflow update
#350
gurgunday
closed
11 months ago
1
Report the correct TTL within the response context
#349
gurgunday
closed
11 months ago
0
merge main to next
#348
gurgunday
closed
11 months ago
0
revert: handle ban in store
#347
gurgunday
closed
11 months ago
0
Add parser option
#346
Kimblis
opened
11 months ago
5
Fix in-memory cache bug when there is only one entry
#345
kibertoad
closed
12 months ago
0
Next