Documentation ¶
Index ¶
Constants ¶
View Source
const ( ACCESS = "access" REFRESH = "refresh" )
Variables ¶
This section is empty.
Functions ¶
func GenerateToken ¶
Types ¶
type CustomClaims ¶
type CustomClaims struct { jwt.StandardClaims Identity string `json:"identity"` }
func (CustomClaims) Valid ¶
func (c CustomClaims) Valid() error
Click to show internal directories.
Click to hide internal directories.