-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# SteamAuthenticator | ||
For Steam users who wants a better trading experience after the Steam Escrow update | ||
|
||
https://support.steampowered.com/kb_article.php?ref=4020-ALZM-5519 | ||
|
||
Recently Steam introduced an update to the trading scene which meant that you are required to have a smartphone in order to trade | ||
instantly using the Steam Guard application, and if you did not have this then you are fucked, and you'd have to wait 3 days for the trade | ||
to go through. | ||
|
||
This application will act as a mobile authenticator, providing you with the Login (2FA) codes for each account and the ability | ||
to quickly confirm trades right on your desktop. Account information is protected by an individual password and the application | ||
can be used on multiple computers (providing you can move all the files between computers using a flash drive or something more neat, like Dropbox). | ||
|
||
*Keep in mind that this is in BETA stage as of right now, and there are changes to come* | ||
|
||
Image of application: | ||
|
||
![Application](http://i.imgur.com/eYwVYWg.png) | ||
|
||
|
||
Video: | ||
|
||
[![Video](http://img.youtube.com/vi/6TeS_htvr3Y/0.jpg)](http://www.youtube.com/watch?v=6TeS_htvr3Y) | ||
|
||
Project was inspired from when I saw Jessecar96's version, although it was nowhere near complete and missed features that I wanted such as popup. | ||
Credits for the idea goes to him: | ||
|
||
https://github.com/Jessecar96/SteamDesktopAuthenticator/ |