steamguard-cli/steamguard/src
Carson McManus 225b53d719
setup: add support for transfering or removing authenticators (#354)
- add methods for remove auth via challenge
- add `transfer_start` and `transfer_finish` to account linker
2023-12-08 17:38:36 +00:00
..
api_responses Dead code cleanup, subcommand refactor (#206) 2023-06-23 17:36:23 +00:00
fixtures trade: misc confirmation fixes and tests (#246) 2023-06-27 19:13:26 +00:00
steamapi setup: add support for transfering or removing authenticators (#354) 2023-12-08 17:38:36 +00:00
transport clean up some unused code (#327) 2023-09-28 22:06:51 +00:00
accountlinker.rs setup: add support for transfering or removing authenticators (#354) 2023-12-08 17:38:36 +00:00
confirmation.rs trade: if confirmation failure response contains a message, keep it so the user can see it (#329) 2023-10-08 15:12:34 +00:00
lib.rs remove: move main remove_authenticator request logic into AccountLinker (#353) 2023-12-08 16:39:41 +00:00
phonelinker.rs refactor to make adding proxy support easier later (#263) 2023-07-02 11:17:09 +00:00
protobufs.rs upgrade base64 crate to 0.21 (#289) 2023-07-10 15:41:36 +00:00
qrapprover.rs replace crates hmac-sha1 and hmac-sha256 with equivalent crates from RustCrypto (#288) 2023-07-10 14:53:31 +00:00
refresher.rs refactor to make adding proxy support easier later (#263) 2023-07-02 11:17:09 +00:00
secret_string.rs Dead code cleanup, subcommand refactor (#206) 2023-06-23 17:36:23 +00:00
steamapi.rs clean up some unused code (#327) 2023-09-28 22:06:51 +00:00
token.rs fix jwt decoding, fixes #299 (#300) 2023-08-10 12:49:37 +00:00
userlogin.rs fix how UserLogin handles access tokens for new api behavior, fixes #319 (#320) 2023-09-13 14:15:09 +00:00