You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: