Versions in this module Expand all Collapse all v1 v1.0.0 Feb 1, 2023 Changes in this version + var ErrMissingHeader = errors.New("the length of the `Authorization` header is zero") + func Init(key string, identityKey string) + func Parse(tokenString string, key string) (string, error) + func ParseRequest(c *gin.Context) (string, error) + func Sign(identityKey string) (tokenString string, err error) + type Config struct