Would it be possible for us to expose the AuthorizationManager outside of the Host crate?
Something I'm noticing is that I need to be able to snapshot the manager at a point, setup some mocks, then be able to revert back to the previous manager / setup.
If it was possible to get it, deep clone it, set it, that would be simple, but I note most types relating to auth appears to be pub(crate) in the host.
cc @woeful tundra