Update jwt.go
This commit is contained in:
@@ -66,7 +66,7 @@ func JWTAuth() gin.HandlerFunc {
|
|||||||
if err!=nil {
|
if err!=nil {
|
||||||
global.GVA_LOG.Error("get redis jwt failed", zap.Any("err", err))
|
global.GVA_LOG.Error("get redis jwt failed", zap.Any("err", err))
|
||||||
}else{
|
}else{
|
||||||
service.JsonInBlacklist(model.JwtBlacklist{Jwt: RedisJwtToken})
|
_ = service.JsonInBlacklist(model.JwtBlacklist{Jwt: RedisJwtToken})
|
||||||
//当之前的取成功时才进行拉黑操作
|
//当之前的取成功时才进行拉黑操作
|
||||||
}
|
}
|
||||||
// 无论如何都要记录当前的活跃状态
|
// 无论如何都要记录当前的活跃状态
|
||||||
|
Reference in New Issue
Block a user