-
Notifications
You must be signed in to change notification settings - Fork 11
Installation and setup
BlackCetha edited this page Jun 25, 2015
·
1 revision
You only need the file steamauthoop.class.php
. Use require "steamauthoop.class.php"
to include it in your project.
###Configuration
The array private $settings
at the top of the file contains your settings.
If you want to set for example your API-Key you write it like this: "apikey" => "YOURAPIKEY"
.
- apikey - Your Steam Web-API key from http://steamcommunity.com/dev/apikey
- domainname - The domain displayed in the steam loginpage, has no effect on redirects
- loginpage - The page to redirect to after login
- logoutpage - The page to redirect to after logout