get5loader
get5loader copied to clipboard
[gRPC] Add auth things for gRPC API
currently get5 gRPC api has no auth things,which means if port is not protected by firewall, user with no permission can access into gRPC API and control resource.(cuz gRPC API is for internal-usage currently) probably Interceptor is good for this case