Replies: 2 comments 7 replies
|
what's a prepared request (in the context of |
6 replies
|
So basically my complaint is that my auth class needs to have a reference to the client. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm a bit puzzled as to why auth_flow doesn't use prepared requests (requests merged with the stuff from the client).
Currently I'm holding a ref to the client in my auth class so I can use
client.build_requestbut maybe there should be an easier way, either:All reactions