Git Product home page Git Product logo

steam-web-authenticator's Introduction

steam-web-authenticator

Nodejs server for generating steam codes

Usage

  • Do the npm install

  • Copy file config.sample.js to config.js and edit it

    
module.exports = {
	username: "user",
	password: "pass",
	steamusername: "user",
	steampassword: "pass",
	identity_secret: "",
	shared_secret: "",
	port: 21377
}
  • username and password will be used for authenticating using HTTP basic auth.

  • shared_secret is your shared_secret steam guard code. If you don't know what shared_secret is or where to get it, try here

  • identity_secret its identity_secret for steam guard, used for accepting confirmations.

  • steamusername and steampassword these are your steam login credentials. For now they are stored unencrypted in config file, probably in future i will do smh about it

  • Port is the number you want your web server going on

  • Do the npm run or node index.js

  • If everything went correct, you can now launch browser and enter your IP address with selected port

  • Path / is main page where code is refreshed with ajax every 1 sec. Path /raw can be used for API's etc. It returns you only key, but you have to refresh manually. You need to authenticate for both of the pages

FAQ

Code is wrong

That probably means your secret is wrong. I am not able to check whether your secret is valid

Running it on domain/subdomain

You need reverse proxy for that, google is your help

Disabling authentication

For now it is not possible, you can try removing it by yourself from the code

- Please note that this is very very very early version and I cannot guarantee you full security.*

steam-web-authenticator's People

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

sololaro

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.