For development and debugging, it would be nice to have a way to see the "execution plan" resources would send to mu-auth, without it actually sending it
something like:
GET /dry-run
{
query: "/my/resource?filter[foo]=bar",
method: GET,
headers: {}
//etc
}
I feel like this could be a good first issue to get familiar with the code?