zaman-tech/sso
最新稳定版本:v1.0.3
Composer 安装命令:
composer require zaman-tech/sso
包简介
sso authentication & controller & manager
README 文档
README
sso for accounts.engenesis.com
Installation
Run the following command to install the latest applicable version of the package:
composer require zaman-tech/sso
Setup:
add this lines to your .env file:
ENGENESES_APP_ID=app_id ENGENESIS_APP_SECRET=app_secret ENGENESIS_APP_URL=app_url
publish config package:
php artisan vendor:publish --tag=zaman-tech-config
Use:
use ZamanTech\Sso\Http\Controllers\SsoController;
$sso = new SsoController($validated['code']);
$content = $sso->getContent();
$userDetails = $sso->getUserDetails();
$userInfo = $sso->getUserInfo();
License
Package is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 1.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-12-16