Skip to content

MarlonColhado/SteamGenerateMobileAuthPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SteamGenerateMobileAuthPHP

Generate Steam Mobile Auth (2FA) Code using PHP.

Installation

require_once './api/AuthFunctions.php'

Usage

Instantiate a steam auth..

$SteamAuth = new SteamAuth;

...generating 2FA Code:

$SteamAuth->GenerateSteamGuardCode("Shared Secret Key");

Proof

https://youtu.be/umoMBn_UTqg

About

Generate Steam Mobile Auth (2FA) Code using PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages