Closed xzycn closed 3 weeks ago
Hi, we see there has a InUser in metadata struct,but sometimes we need know what's password in incoming connection not only username.
Can we get a authuser like below from metadata,thanks.
type AuthUser struct { User string Pass string }
@xishang0128 Hi, what's the problem here?
@xzycn 使用了中文模板
验证步骤
描述
Hi, we see there has a InUser in metadata struct,but sometimes we need know what's password in incoming connection not only username.
Can we get a authuser like below from metadata,thanks.