Versions in this module Expand all Collapse all v0 v0.0.1 Mar 29, 2020 Changes in this version + type Claims struct + CreationUTC int64 + ExpirationUTC int64 + UserID string + type Code struct + func (code Code) Create(userID string) string + func (code Code) Validate(tokenString string) (bool, string)