team-reflex / steam-auth
This package is abandoned and no longer maintained.
No replacement package was suggested.
Steam Authentication for use with the Laravel framework.
v1.0.0
2015-12-23 05:24 UTC
Requires
- guzzlehttp/guzzle: ^6.1
This package is not auto-updated.
Last update: 2020-04-03 17:13:21 UTC
README
Provides Steam OAuth authentication. Includes Laravel Service Provider and Facade.
Deprecated: Use socialiteproviders/steam.
Use with Laravel
To use the Service Provider and Facade, make sure you add the following in your config/app.php
:
'providers' => [ ... Reflex\SteamAuth\Laravel\SteamAuthServiceProvider::class ], ... 'aliases' => [ ... 'SteamAuth' => Reflex\SteamAuth\Laravel\SteamAuth::class ],