# Functions
NewJWT create jwt service secret : The secret key expire : Validity period of the token opts : This is a option param.
SetBlackListOpt set blacklist status status : true - Enables the blacklist function
false - Disables the blacklist function.
SetRedis receive a created redis node client or cluster client directly.
# Variables
ClusterMode if you use redis, you can use the variable to set redis connection mode.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NodeMode if you use redis, you need to set the variable.
NoRedisPass it's default pass value, if you don't want to use pass, you can use it.
# Interfaces
No description provided by the author