Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TokenExpired = errors.New("Token is expired") TokenNotValidYet = errors.New("Token not active yet") TokenMalformed = errors.New("That's not even a token") TokenInvalid = errors.New("Couldn't handle this token") )
View Source
var KEY_TOKEN = "x-token"
Functions ¶
func CreateToken ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.