Project

General

Profile

Idea #3532

Updated by Tom Clegg over 9 years ago

* Maintain a cache {token → (is_admin, verified_timestamp)} with configurable TTL, so a series of N delete requests doesn't result in N token verifications. 
 * The same token cache will also be useful in the future for things like enforcing storage quotas, so please make it easy to add fields to the cache values. 

 *Work in progress on 2769-keep-lookup-admin-tokens branch* 

Back