Per-Route Message Handler
description
Message handlers are the extensibility points to implement authentication. But they are also global only.
In more complex scenarios you have different authentication needs for different services (in a single app - for e.g. multi-tenancy). This is currently not possible.
It would be good to have more scope options for message handlers, e.g. per route.
(Action filters are not suitable for authentication, because of ordering issues)