Enhancement
For situations where the Server needs to try and access protected resources with access tokens passed by client, we need a way to propagate the 401s from API calls from inside tools.
I tried to do it in my context wrapper and in a middleware but I think the respones are happening in a different layer.
Might exist already but I could find this in the docs.
Enhancement
For situations where the Server needs to try and access protected resources with access tokens passed by client, we need a way to propagate the 401s from API calls from inside tools.
I tried to do it in my context wrapper and in a middleware but I think the respones are happening in a different layer.
Might exist already but I could find this in the docs.