arrow-endpoint icon indicating copy to clipboard operation
arrow-endpoint copied to clipboard

Rewrite interceptors

Open nomisRev opened this issue 4 years ago • 0 comments

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.

nomisRev avatar Oct 03 '21 11:10 nomisRev