oslabs-beta / GraphQL-Gate

A GraphQL rate limiting library with query complexity analysisfor Node.js
http://graphqlgate.io
MIT License
57 stars 2 forks source link

SlidingWindowCounter spec completed, some functionality copied over from token bucket #72

Closed jondeweydev closed 2 years ago

jondeweydev commented 2 years ago

Summary

Just like the title says, this is just a spec layout of the functionality to come.

Type of Change

Issues

closes #68

jondeweydev commented 2 years ago

updated RedisWindow interface to include fixedWindowStart and currentTokens as well as previousTokens