I want to prevent any session from the outside world from registering RPCs, and only allow it on my trusted clients.
It feels like our AuthProviderClient should be able to set the permissions of an authenticated session.
Some booleans that we could set on the session, like
Might be a simple question, might not.
I want to prevent any session from the outside world from registering RPCs, and only allow it on my trusted clients.
It feels like our AuthProviderClient should be able to set the permissions of an authenticated session. Some booleans that we could set on the session, like
Something that can be done with Thruway?
Thx