Download the PHP package truckersmp/laravel-steam-auth without Composer
On this page you can find all versions of the php package truckersmp/laravel-steam-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download truckersmp/laravel-steam-auth
More information about truckersmp/laravel-steam-auth
Files in truckersmp/laravel-steam-auth
Package laravel-steam-auth
Short Description Laravel Steam Auth - TruckersMP
License MIT
Informations about the package laravel-steam-auth
Steam authentication for Laravel 5
This package is a Laravel 5 service provider which provides support for Steam OpenID and is very easy to integrate with any project that requires Steam authentication.
Installation Via Composer
Add this to your composer.json
file, in the require object:
After that, run composer install
to install the package.
Laravel 5.4 and below
Add the service provider to app/config/app.php
, within the providers
array.
The package is automatically added if you are in Laravel 5.5.
Steam API Key
Add your Steam API key to your .env
file. You can get your API key here.
Config Files
Lastly, publish the config file.
Usage example
In config/steam-auth.php
:
In routes/web.php
:
Note: if you want to keep using Laravel's default logout route, add the following as well:
In AuthController
:
Should you wish to use a login redirection URL that is differant from the one you specified in the config
If you need another steamID you can use another package to convert the given steamID64 to another type like xPaw/SteamID.
All versions of laravel-steam-auth with dependencies
guzzlehttp/guzzle Version ^6.2
illuminate/http Version 5.*
illuminate/routing Version 5.*
illuminate/support Version 5.*