Skip to content

[feature request]: debug/dry-run endpoint #31

@abeforgit

Description

@abeforgit

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions