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
At present the http.csharp.handlebars template only sets up the Context Setter just prior to executing the Command. It would be extremely useful to have access to the Context from inside the ITokenValidator.ValidateAsync method.
If we moved the code that sets the Execution Context (currently line 118) to an earlier point (say Line 40) then the execution context would be available to all the code that runs from there on out .
The text was updated successfully, but these errors were encountered:
This should land in the next release (v0.15.0) that I have underway. I'd hoped to push it out as part of 0.14.0 that has just released but I really needed to get an urgent fix out.
At present the http.csharp.handlebars template only sets up the Context Setter just prior to executing the Command. It would be extremely useful to have access to the Context from inside the ITokenValidator.ValidateAsync method.
If we moved the code that sets the Execution Context (currently line 118) to an earlier point (say Line 40) then the execution context would be available to all the code that runs from there on out .
The text was updated successfully, but these errors were encountered: