luckyTamme / steam-web-auth

Steam authenticator as a website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

steam-web-auth

This will give you your 2FA code and you will be able to act on mobile confirmations from anywhere.

Setup

You need to have node installed and then you can simply clone this repository

git clone https://github.com/zecjy/steam-web-auth

Then jump to steam-web-auth/server and install the needed npm packages and run it once to configure your account, so fill everything in. You can get the secrets from the unencrypted maFile from steamDesktopAuthentificator (https://github.com/Jessecar96/SteamDesktopAuthenticator)

cd steam-web-auth/server
npm install
node app.js
CTRL+C

You need to install forever to keep it running so install it and the start it

npm install forever
forever start app.js

Lastly you need to go to steam-web-auth/server/files/main.js and edit your IP and port with your favorited editor.

If you want to use another account just delete the settings.json file in steam-web-auth/server and start it via node again.

Screenshots

screenshot screenshot

About

Steam authenticator as a website


Languages

Language:JavaScript 64.0%Language:HTML 23.3%Language:CSS 12.7%