We would like to be able to register RPCs that bypass authentication and are publicly accessible. Currently, all RPC registered through RegisterRpc
require a user to be logged in or an HTTP key be provided (for S2S calls). However, there are many use cases for un-authenticated clients to hit RPC endpoints.
We’ve talked about this for some time via this GitHub issue and now have made a PR here that adds this flexibility.
Putting this here just for visibility.