I would like to request support for operation interceptors, similar to what's available in other frameworks. My primary use case is to implement authorization checks before operations are executed.
Currently, there doesn't appear to be a straightforward way to intercept operations before they reach the actual implementation. This would be extremely valuable for cross-cutting concerns like:
- Authorization/authentication
- Request validation
- Logging
- Metrics collection
I would like to request support for operation interceptors, similar to what's available in other frameworks. My primary use case is to implement authorization checks before operations are executed.
Currently, there doesn't appear to be a straightforward way to intercept operations before they reach the actual implementation. This would be extremely valuable for cross-cutting concerns like: