LinuxSuRen / api-testing

YAML based API testing tool. 开源接口调试、测试工具。Mock Server
https://linuxsuren.github.io/api-testing/
Apache License 2.0
253 stars 50 forks source link

Add authentication support in the gRPC server #55

Open LinuxSuRen opened 1 year ago

LinuxSuRen commented 1 year ago

Currently, all clients could connect to the gRPC server with any auth. It's not safe for the production environment. We could simply support username/password or other auth method.

See also:

baimuchu commented 1 year ago

Hello, @LinuxSuRen , I would like to handle this issue.

LinuxSuRen commented 1 year ago

Great! Hopefully you could enjoy it.

LinuxSuRen commented 1 year ago

hi @baimuchu I'm going to cancel the asign status due to no response from you in a long time.

DWJ-Squirtle commented 5 months ago

I would like to handle this issue.

LinuxSuRen commented 5 months ago

Sure.