- kmsauth will use lru-dict library for its token cache, rather than a slower pure-python implementation, if lru-dict is available.
- KMSTokenValidator now accepts a
statsargument, which allows you to pass in an instance of a statsd client, so that the validator can track stats.
- KMSTokenValidator now accepts a
token_cache_sizeargument, to set the size of the in-memory LRU token cache.
- python3 compat