steamguard-cli/steamguard
Carson McManus fe663cf43f
add HTTP proxy support (#264)
- allow extracting the http client from web api transport
- refactor most commands so that they can accept an external transport
- update confirmer to use transport's http client
- update remove command
- update TwoFactorClient so it doesn't need to be mutable
- update get_server_time so it requires a transport
- update remove_authenticator
- update login proceedure to use given transport
- update usages of do_login
- update setup
- update trade
- update code command
- update qr-login command
- make borrowcheck happy
- make WebApiTransport Clone and remove Default impl
- remove dead code
- fix lints

closes #177
2023-07-02 12:57:13 +00:00
..
protobufs add PhoneLinker, and the ability to add a phone number to the account during setup (#223) 2023-06-25 17:11:24 +00:00
src add HTTP proxy support (#264) 2023-07-02 12:57:13 +00:00
build.rs Use IAuthenticationService for login, account migrations, other major refactors (#194) 2023-06-22 20:20:15 +00:00
Cargo.toml Bump steamguard v0.9.5, steamguard-cli v0.9.7 2023-07-02 07:39:57 -04:00
LICENSE-APACHE licensing and stuff 2021-08-25 08:36:02 -04:00
LICENSE-MIT licensing and stuff 2021-08-25 08:36:02 -04:00
README.md update readme 2021-08-25 09:18:13 -04:00

steamguard

The library used by steamguard-cli to all the steamguard related things, such as generating 2FA codes and responding to confirmations.