steamguard-cli/steamguard
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
..
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 PhoneLinker, and the ability to add a phone number to the account during setup (#223) 2023-06-25 17:11:24 +00:00
build.rs Use IAuthenticationService for login, account migrations, other major refactors (#194) 2023-06-22 20:20:15 +00:00
Cargo.toml add PhoneLinker, and the ability to add a phone number to the account during setup (#223) 2023-06-25 17:11:24 +00: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.