# Functions
No description provided by the author
NewCacheBasedAuthBackend - takes two caches - one for token and one for users.
# Constants
TokenBucketName.
UserBucketName - default name for BoltDB bucket that stores user info.
# Structs
CacheAuthBackend - container to implement Cache instance with i.e.
No description provided by the author
# Interfaces
Authentication - generic interface for authentication backend.