After the discussion in #30, I suggested it might be useful to provide a method to easily check if the currently-logged-in user could access a specific route, if they wanted to, something like:
user_can_access_route( DELETE => '/user/:user_id' )
Raising this as a wishlist ticket for it, and closing the original.