Versions in this module Expand all Collapse all v1 v1.0.0 Jun 4, 2020 Changes in this version + type AuthableEncoder interface + Encode func(user *storage.User) (string, error) + type TokenEncoder struct + func NewEncoder(key string) *TokenEncoder + func (e *TokenEncoder) Encode(user *storage.User) (string, error)