Versions in this module Expand all Collapse all v1 v1.1.1 Jan 18, 2016 v1.0.8 Nov 7, 2015 v1.0.7 Oct 29, 2015 Changes in this version + func NewAuthenticator(a authenticator.Token, ttl time.Duration, maxCount int) (authenticator.Token, error) + type CacheAuthenticator struct + func (c *CacheAuthenticator) AuthenticateToken(token string) (user.Info, bool, error)