nikolaposa / rate-limit

🚔 General purpose rate limiter implementation.
MIT License
269 stars 47 forks source link

API Key? #27

Closed GabrielAtlas closed 4 years ago

GabrielAtlas commented 4 years ago

What is API Key?

nikolaposa commented 4 years ago

Where did you find "API key", can you point me to the code? If you are referring to README examples, it's just for the sake of demonstrating what can be used as an $identifier that is passed to: https://github.com/nikolaposa/rate-limit/blob/master/src/RateLimiter.php#L14. So things such as API key, IP address, User ID, and similar.