Stop Smuggling Request Data Through context.Value
📰 Dev.to · Gabriel Anhaia
context.Value turns into a hidden global the moment you put real data in it. Here is the line between context and explicit params, and how to do request scope right.
context.Value turns into a hidden global the moment you put real data in it. Here is the line between context and explicit params, and how to do request scope right.