imgflo / imgflo-server

HTTP image processing server based on imgflo
49 stars 7 forks source link

Deny processing request when app has 0 quota #80

Closed jonnor closed 8 years ago

jonnor commented 8 years ago

Basically if their processing_quota is 0, then should not be able to cause new processing requests. But existing processed images (in cache) should still work.

jonnor commented 8 years ago

Useful to enforce migration away from an obsoleted API key/secret in a semi-soft manner. And is the first step to do in case the secret for an app has been breached/disclosed.

jonnor commented 8 years ago

Implemented in #81

jonnor commented 8 years ago

Implemented in #81