The grpc-js library supports to set a flag to configure rejecting unauthorized connections since version 1.12.0.
For testing purposes it is useful to open up security (e.g. testing with mocks on localhost), as otherwise connections will be refused.
Could this be considered as an enhancement in the future?