Versions in this module Expand all Collapse all v0 v0.4.1 May 9, 2019 v0.4.0 Mar 30, 2019 Changes in this version + var ErrExpired = fmt.Errorf("access token expired") + func Generate(k string, expire time.Duration, userId string) (string, error) + func Validate(k, str string) (*sender.Sender, error)