drowningelysium/laravel-socialite-congressus
Composer 安装命令:
composer require drowningelysium/laravel-socialite-congressus
包简介
An oAuth2 implementation to allow authentication through Congressus.
README 文档
README
This package adds a Laravel Socialite provider for Congressus.
Configuration for config/services.php
return [ // ... 'congressus' => [ 'domain' => 'https://www.association.url', // The url of the association to connect to 'client_id' => env('CONGRESSUS_CLIENT_ID'), 'client_secret' => env('CONGRESSUS_CLIENT_SECRET'), 'redirect' => env('APP_URL').'/callback-url', ], // ... ];
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2022-10-05