2017 © Pedro Peláez
 

library steam-auth

Steam Authentication for use with the Laravel framework.

image

team-reflex/steam-auth

Steam Authentication for use with the Laravel framework.

  • Wednesday, December 23, 2015
  • by uniquoooo
  • Repository
  • 2 Watchers
  • 2 Stars
  • 979 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SteamAuth

Provides Steam OAuth authentication. Includes Laravel Service Provider and Facade., (*1)

Deprecated: Use socialiteproviders/steam., (*2)

Use with Laravel

To use the Service Provider and Facade, make sure you add the following in your config/app.php:, (*3)

'providers' => [
    ...
    Reflex\SteamAuth\Laravel\SteamAuthServiceProvider::class
],

...

'aliases' => [
    ...
    'SteamAuth' => Reflex\SteamAuth\Laravel\SteamAuth::class
],

The Versions

23/12 2015

dev-master

9999999-dev

Steam Authentication for use with the Laravel framework.

  Sources   Download

MIT

The Requires

 

by David Cole

23/12 2015

v1.0.0

1.0.0.0

Steam Authentication for use with the Laravel framework.

  Sources   Download

MIT

The Requires

 

by David Cole