Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JWT ¶
type JWT interface { GenerateToken(data map[string]interface{}) (string, error) ValidateToken(token string) (bool, error) ParseToken(tokenString string) (map[string]interface{}, error) }
func NewJWTImpl ¶
Click to show internal directories.
Click to hide internal directories.