Commit Graph

3 Commits (904a2479dd2085dfc94f33746ad6f7a755e72609)

Author SHA1 Message Date
Eugen Rochko feed07227b
Apply a 25x rate limit by IP even to authenticated requests ()
Eugen Rochko a865b62efc
Rate limit by user instead of IP when API user is authenticated ()
* Fix  - Rate limit by user instead of IP when API user is authenticated

* Fix code style issue

* Use request decorator provided by Doorkeeper
Matt Jankowski f0634ba876 Coverage improvement and concern extraction for rate limit headers in API controller ()
* Coverage for rate limit headers

* Move rate limit headers methods to concern

* Move throttle check to condition on before_action

* Move match_data variable into method

* Move utc timestamp to separate method

* Move header setting into smaller methods

* specs cleanup