biigle/laravel-socialite-haai
Composer 安装命令:
composer require biigle/laravel-socialite-haai
包简介
Helmholtz AAI OAuth2 Provider for Laravel Socialite
README 文档
README
This is a Laravel Socialite provider for Helmholtz AAI.
Installation
Install the package:
composer require biigle/laravel-socialite-haai
Add the entry to config/services.php:
'haai' => [ 'client_id' => env('HAAI_CLIENT_ID'), 'client_secret' => env('HAAI_CLIENT_SECRET'), 'redirect' => env('HAAI_REDIRECT_URI'), ],
Usage
You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):
return Socialite::driver('haai')->redirect();
Returned User Fields
idnamegiven_namefamily_nameemail
统计信息
- 总下载量: 1.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-26