Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://scholtzm.github.io/steam-auth-web-util
Tiny browser utility to generate Steam auth codes.
https://scholtzm.github.io/steam-auth-web-util
access authentication code generator key steam two-factor-authentication
Last synced: 2 months ago
JSON representation
Tiny browser utility to generate Steam auth codes.
- Host: GitHub
- URL: https://scholtzm.github.io/steam-auth-web-util
- Owner: scholtzm
- License: mit
- Created: 2015-12-23T20:18:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T18:09:29.000Z (almost 7 years ago)
- Last Synced: 2024-05-07T02:31:14.588Z (6 months ago)
- Topics: access, authentication, code, generator, key, steam, two-factor-authentication
- Language: JavaScript
- Homepage: http://scholtzm.github.io/steam-auth-web-util/
- Size: 1.69 MB
- Stars: 24
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-steam - steam-auth-web-util - Generate 2FA codes directly in your web browser. (Resources / Standalone Tools)
README
# Steam Auth Web Util
[![Build Status](https://travis-ci.org/scholtzm/steam-auth-web-util.svg?branch=master)](https://travis-ci.org/scholtzm/steam-auth-web-util) [![dependencies Status](https://david-dm.org/scholtzm/steam-auth-web-util/status.svg)](https://david-dm.org/scholtzm/steam-auth-web-util)
[*Steam Auth Web Util*](http://scholtzm.github.io/steam-auth-web-util/) is a tiny browser utility to generate Steam auth codes from the given `shared_secret` and `identity_secret`. Entire app runs directly in the web browser and does *not* do any external calls. Thanks to service workers, it will also load even if you are offline.
Can be used in case you are debugging your project or when you have your keys but they are not associated with the mobile app.
## LICENSE
MIT. See `LICENSE`.