Rossen Georgiev
0c07b6ba02
WebAuth: add cli_login() + captcha tweaks
* refactor login code to handle captcha prompt better
* add cli_login() that implements the entire login flow for CLI
* renamed 'complete' property to 'logged_on' to match with SteamClient
* other minor tweaks
6 years ago
Rossen Georgiev
3b11fdfb10
WebAuth: make password optional on init
6 years ago
Rossen Georgiev
a2b6f34561
MobileWebAuth: fix password encryption missed in b31354f
6 years ago
Rossen Georgiev
b31354f53a
replace cryptography with pycryptodomex
6 years ago
Rossen Georgiev
484536eff9
SteamAuthenticator can add/verify phone number
fix #59
New methods:
* add_phone_number()
* has_phone_number()
* confirm_phone_number()
* validate_phone_number()
8 years ago
Rossen Georgiev
ce47476f4c
docs: clean up docstrings
9 years ago
Rossen Georgiev
0beac3d425
WebAuth: steamid -> steam_id for consistency
9 years ago
Rossen Georgiev
f1350db2a4
fix webauth test VCRs
9 years ago
Rossen Georgiev
77a3106ebd
implemented MobileWebAuth
fix #30
related to #32
9 years ago
Rossen Georgiev
ba9a0ea29e
fix error in WebAuth docs example code
9 years ago
Rossen Georgiev
793a200edd
WebAuth: rework how cookies are set on all domains
9 years ago
Rossen Georgiev
4fce3a0692
WebAuth: remember_login = True; update docs
9 years ago
Rossen Georgiev
d0592f36ed
webauth: fix password encoding for py3
9 years ago
Rossen Georgiev
0533c9328e
webauth: limit the domains where cookies are used
9 years ago
Rossen Georgiev
323c0ebbda
webauth: fix using get instead of post
9 years ago
Rossen Georgiev
f00063681c
webauth: reword docstring
9 years ago
Rossen Georgiev
c16ed4c773
migrate from PyCrypto to cryptograhy #17
9 years ago
Rossen Georgiev
17dd419977
added WebAuth module
9 years ago