洪加煌
Results
3
issues of
洪加煌
LogoutHandler黑名单缓存时间计算不正确  ```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