core
core copied to clipboard
Rate Limiting
Description
Now that we are doing 3.0 it would be an excellent time to introduce rate limiting to Api Platform (using the Symfony rate limiter)
Example
For syntax I'd suggest something like this:
#[Get(
ratelimit: 'LIMITER_NAME'
)]
I'd assume with the Metadata system that shouldn't be too hard to integrate