steamguard-cli/steamguard/src
Carson McManus 1632e2f10e
add PhoneLinker, and the ability to add a phone number to the account during setup (#223)
- add proto for IPhoneService
- add PhoneClient
- add PhoneLinker
- fix lints and such
- add comments
- update phone linker
- use phonenumber crate for phone linker
- adjust errors for account linker
- update setup command to be able to add phone numbers
- adjust logging in the setup command
- update account linker
2023-06-25 17:11:24 +00:00
..
api_responses Dead code cleanup, subcommand refactor (#206) 2023-06-23 17:36:23 +00:00
fixtures Dead code cleanup, subcommand refactor (#206) 2023-06-23 17:36:23 +00:00
steamapi add PhoneLinker, and the ability to add a phone number to the account during setup (#223) 2023-06-25 17:11:24 +00:00
transport Add TransportError type (#219) 2023-06-24 16:41:03 +00:00
accountlinker.rs add PhoneLinker, and the ability to add a phone number to the account during setup (#223) 2023-06-25 17:11:24 +00:00
confirmation.rs Use IAuthenticationService for login, account migrations, other major refactors (#194) 2023-06-22 20:20:15 +00:00
lib.rs add PhoneLinker, and the ability to add a phone number to the account during setup (#223) 2023-06-25 17:11:24 +00:00
phonelinker.rs add PhoneLinker, and the ability to add a phone number to the account during setup (#223) 2023-06-25 17:11:24 +00:00
protobufs.rs Dead code cleanup, subcommand refactor (#206) 2023-06-23 17:36:23 +00:00
qrapprover.rs Add qr-login command to be able to approve qr code logins on other devices (#214) 2023-06-24 13:45:03 -04:00
refresher.rs automatically refresh access token to avoid prompting to log in (#221) 2023-06-24 17:18:22 +00:00
secret_string.rs Dead code cleanup, subcommand refactor (#206) 2023-06-23 17:36:23 +00:00
steamapi.rs add PhoneLinker, and the ability to add a phone number to the account during setup (#223) 2023-06-25 17:11:24 +00:00
token.rs Add qr-login command to be able to approve qr code logins on other devices (#214) 2023-06-24 13:45:03 -04:00
userlogin.rs Dead code cleanup, subcommand refactor (#206) 2023-06-23 17:36:23 +00:00