洪加煌

Results 3 issues of 洪加煌

LogoutHandler黑名单缓存时间计算不正确 ![image](https://github.com/gogf/gf-jwt/assets/10766926/dd7b32b0-154c-4346-8810-f4614c846194) ```go func (mw *GfJWTMiddleware) setBlacklist(ctx context.Context, token string, claims jwt.MapClaims) error { // The goal of MD5 is to reduce the key length. token, err := gmd5.EncryptString(token) if...

golang code: ```go // HasOrg 是否有机构 func (o *InfoOutput) HasOrg() bool { if o == nil { return false } if o.OrgInfo == nil { return false } if o.OrgInfo.Id...

needs triaging