fix: no abuse
This commit is contained in:
parent
8ecadb5c2c
commit
39dc509fde
1 changed files with 2 additions and 0 deletions
2
app.py
2
app.py
|
@ -83,6 +83,8 @@ async def setup(request: Request):
|
|||
|
||||
async def validate(data: dict) -> bool:
|
||||
base = "https://steamcommunity.com/openid/login"
|
||||
if "openid.mode" not in data:
|
||||
return False
|
||||
params = {
|
||||
"openid.assoc_handle": data["openid.assoc_handle"],
|
||||
"openid.sig": data["openid.sig"],
|
||||
|
|
Reference in a new issue