mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 07:43:20 +01:00
a49774d3ab
This extends the `AuthPlugin` API by the following attributes: * `auth_require`: set to `False` to make `--auth, -a` optional * `auth_parse`: set to `False` to disable `username:password` parsing (access the raw value passed to `-a` via `self.raw_auth`). * `prompt_password`: set to`False` to disable password prompt when no password provided (only relevant when `auth_parse == True`) These changes should be 100% backwards-compatible. What needs more testing is auth support in sessions. Close #433 Close #431 Close #378 Ping teracyhq/httpie-jwt-auth#3 |
||
---|---|---|
.. | ||
output | ||
plugins | ||
__init__.py | ||
__main__.py | ||
cli.py | ||
client.py | ||
compat.py | ||
config.py | ||
context.py | ||
core.py | ||
downloads.py | ||
input.py | ||
models.py | ||
sessions.py | ||
utils.py |