Sam.An
7aef9d2df5
Change exception name
`TooManyTimesFailed` -> `TooManyLoginFailures`
3 years ago
sammiee5311
e8c929dda1
Update raise exception in `Webauth.cli_login`
4 years ago
Hexiro
083d1a9a23
replace `else: if:` with a literal `elif`
4 years ago
Hexiro
fee99bb56f
fix: webauth `donotcache` was mispelled
4 years ago
Melvyn Depeyrot
6f955c4b4d
WebAuth: Add oauth login functionality ( #211 )
5 years ago
Rossen Georgiev
a01bfe374f
fix #271 : code bugs detected by sonarcloud
5 years ago
Rossen Georgiev
e5e1130e6b
rename steam.util to steam.utils
5 years ago
Rossen Georgiev
f572095fea
webauth: fix ambiguous doc method ref
6 years ago
Rossen Georgiev
4117911041
remove imports from 'steam' namespace
Since there are many modules, importing anything inside the steam namespace introduces an extra
cost. Cleaning up the space will allow dependent stuff to import just the modules it needs without
anything extra. This will also improve start up times for cli programs.
6 years ago
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