Versions in this module Expand all Collapse all v0 v0.1.0 Mar 30, 2021 Changes in this version + const Audience + type Claims struct + Message *session.Session + func Sign(now time.Time, sn *session.Session, key []byte) (*Claims, *token.Token, error) + func Validate(token string, signingKey []byte) (*Claims, *session.Session, error)