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
Have you considered adding support for bearer token authentication and/or other authentication methods? In my use-case I need to call /login with some known values, which returns a token that I need to send as a header for all the following requests.
The text was updated successfully, but these errors were encountered:
will work, though definitely less ergonomic. The pretty printer is also smart enough to redact your actual auth headers when it logs the request, so you won't be writing anything sensitive to logs.
I myself am a bit swamped with my own work for the next few weeks but will look into getting something implemented when I can. If anyone reading would like to contribute the change, I am happy to help!
Nice library!
Have you considered adding support for bearer token authentication and/or other authentication methods? In my use-case I need to call /login with some known values, which returns a token that I need to send as a header for all the following requests.
The text was updated successfully, but these errors were encountered: