Skip to content

Simple web application steam login API using SteamAuthentication

License

Notifications You must be signed in to change notification settings

Falskim/steam-login-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STEAM-LOGIN-API-EXAMPLE

A simple page implementation of Steam OpenID API

How to Use

  1. Clone or download (.zip) this repository
git clone https://github.com/Falskim/steam-login-api-example.git
  1. Change SteamConfig.php API key with your key (Get the keys]
$steamauth['apikey'] = "YOUR API KEY"; 
  1. Start the web server By using Built-in php web server
cd steam-login-api-example
php -S 127.0.0.1:8000
  1. Access the website using your favorite browser

    http://127.0.0.1:8000

Library Used

SteamAuthentication

About

Simple web application steam login API using SteamAuthentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages