Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
/ SteamAuth Public archive

Steam Authentication for use with the Laravel framework.

Notifications You must be signed in to change notification settings

teamreflex/SteamAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SteamAuth

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
],

About

Steam Authentication for use with the Laravel framework.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages