lais/socialite-sabia-provider
最新稳定版本:v4.0.0
Composer 安装命令:
composer require lais/socialite-sabia-provider
包简介
Socialite provider for Sabiá OAuth services.
README 文档
README
Introduction
Socialite Sabiá provider is a Laravel Socialite extension for OAuth authentication services with Sabiá.
License
Socialite Sabiá provider is open-sourced software licensed under the MIT license
Getting started
To get started with our provider, add to your composer.json file as a dependency:
composer require lais/socialite-sabia-provider
Laravel <= 5.8
composer require lais/socialite-sabia-provider=^2.0
Configuration
Laravel Version 5.5 > skip this step.
After installing the provider library, register the LAIS\Socialite\Sabia\ServiceProvider in your config/app.php configuration file:
'providers' => [ // Other service providers... LAIS\Socialite\Sabia\ServiceProvider::class, ],
You will also need to add credentials for the Sabiá OAuth services in order to your application utilize them. These credentials should be placed in your config/services.php configuration file, and should use the key sabia. For example:
'sabia' => [ 'client_id' => 'your-sabiá-app-id', 'client_secret' => 'your-sabiá-app-secret', 'redirect' => 'http://your-callback-url', ],
统计信息
- 总下载量: 2.52k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-03