arrow-endpoint
arrow-endpoint copied to clipboard
Rewrite interceptors
The interceptors should be slightly rewritten to support building features as middleware.
See for inspiration in Tapir, where they now implement authentication through interceptors (and installing a default set of interceptors by default). This allows for composing functionality into the library, instead of having to build all features into the route engine.