安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
Honestly, it doesn't matter what titles you say you have given yourself in the past few days. You can claim to be a special forces marine with over 100 confirmed kills for all I care. It's not going to change anything. In the future, remember that those sorts of boasts are not new on the internet, and for many of us, are something of a running joke almost as old as the internet itself.
You have to just be trolling at this point....what are you so paranoid for? What the hell are you talking about? SEEK MEDICAL ATTENTION!
I am a developer. I am making a game. I'm also making a PWA (Progress Web App) using React & Node JS hosted on GCP (Google Cloud Platform). The game engine is UE5 (Unreal Engine 5). I have auth via steam already setup on the PWA using this ---> https://www.npmjs.com/package/passport-steam so that players can have their data saved on the cloud so it can be displayed in a leaderboard format. I've also setup cloud function endpoints so that HTTP requests can be sent while in game using JSON and authenticated via their Steam ID + Access Token to read and write to the database. The problem with this method is that it doesn't have any way of checking that the user has actually purchased the game or not.
So to resolve that I have an additional in-game auth that players go through one time.
For in game auth I have an event that opens up the steam overlay browser and goes to my PWA login page. It was working fine until Steam "recently" changed things on their end regarding the login procedure. You can enter in your email and password and then it needs to do two factor authentication. Fine, users can enter in the code that is sent to their phone but now when they click submit it takes them to the next step where it asks for that steam guard code but when you open up the app on your phone it expects to scan a QR code. (There is no QR code) then when you click the button to "Show Steam Guard Code" it says "You should only need to enter a code if your phone doesn't have internet access." "Never give your code to another user or website." but this DOESN'T MAKE ANY SENSE.
WHY NOT GENERATE A QR CODE IF QR CODE IS THE NEW STANDARD?!?!?! THERE IS NO QR CODE!!!!