Yeah so you mean create a custom client that puts/gets stuff from the process dict like the old “Store Process in Context” stuff used to do?
I tracked down the docs page for that stuff, it was deleted in d55864713a32 but the commit message didn’t have a specific rationale - I presume it was just a general “using process dicts for state is gross and probably makes parallel testing hard” vibes.
Anyway, thanks for your idea - I’m honestly thinking that the best option is to rearchitect my code so that there’s fewer layers of indirection between the action (where I do know the actor) and the code that creates the Req.Request struct (where I need the auth token).






















