Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
TOKEN_EXP = time.Hour * 24
)
Functions ¶
func VerifyToken ¶
Types ¶
type TokenOption ¶
type TokenOption interface {
// contains filtered or unexported methods
}
func WithExp ¶
func WithExp(exp time.Duration) TokenOption
Click to show internal directories.
Click to hide internal directories.