|
|
@@ -199,7 +199,6 @@ func HandleAuth(ctx context.Context, req *protocol.Message, token string, authEx
|
|
|
path := "/" + req.ServicePath + "/" + req.ServiceMethod
|
|
|
//g.Log().Info("reqPath: ", path)
|
|
|
//g.Log().Info("token: ", token)
|
|
|
- req.Metadata["authExclude"] = "true"
|
|
|
|
|
|
if authPath(path, authExcludePaths) {
|
|
|
req.Metadata["authExclude"] = "false"
|