noriel0010/third-party-sso
Composer 安装命令:
composer require noriel0010/third-party-sso
包简介
PHP Library to verify and validate 3rd party AccessToken/IdToken from different Social Media (facebook, microsoft, google, linkedin and apple) and authenticate a User with mentioned social media id
关键字:
README 文档
README
Installation
Install this library through Composer.
composer require noriel0010/third-party-sso
Sample Usage
use Noriel\SSO\Auth\Service\ThirdPartyService; $service = new ThirdPartyService(); try { $apple = $service->apple('apple.identity.token', 'your.app.as.audience')->authenticate(); $facebook = $service->facebook('facebook.access.token')->authenticate(); $google = $service->google('google.access.token', 'google_key')->authenticate(); $linkedin = $service->linkedin('linkedin.access.token')->authenticate(); $microsoft = $service->microsoft('microsoft.access.token')->authenticate(); } catch (\Throwable $th) { echo $th->getMessage(); }
The authenticate() method returns Object Data Type
Apple
For Apple, this assumes that you already have generated identityToken either from accessToken or from refresh_token. Remember that identityToken is valid ONLY for 10 minutes.
Uses
- Apple ID API
- Lcobucci JSON Web Token 3.3.3
- Guzzle
https://appleid.apple.comas Defaultissuer
Test
To test Apple, you can paste your freshly generated identityToken in
test/Apple/AppleTest.php:24 and your audience in test/Apple/AppleTest.php:25 then run .\vendor\bin\phpunit test/Apple.
For Facebook, this assumes that you already have generated accessToken.
Uses
- Graph Facebook v4.0
- Guzzle
id,name,emailas Default Facebook Fields
Test
To test Facebook, you can paste your freshly generated accessToken in
test/Facebook/FacebookTest.php:24 then run .\vendor\bin\phpunit test/Facebook.
For Google, this assumes that you already have generated accessToken and Google API key.
Uses
- Google Person API v1
- Guzzle
names,emailAddressesas Default Google personFields Query Parameter
Test
To test Google, you can paste your freshly generated accessToken in
test/Google/GoogleTest.php:24 and your key in test/Google/GoogleTest.php:25 then run .\vendor\bin\phpunit test/Google.
For LinkedIn, this assumes that you already have generated accessToken.
Uses
- Linkedin API v2
- Guzzle
(elements*(handle~))as Default Linkedin Email Projection
Test
To test Linkedin, you can paste your freshly generated accessToken in
test/Linkedin/LinkedinTest.php:24 then run .\vendor\bin\phpunit test/Linkedin.
Microsoft
For Microsoft, this assumes that you already have generated accessToken.
Uses
Test
To test Microsoft, you can paste your freshly generated accessToken in
test/Microsoft/MicrosoftTest.php:24 then run .\vendor\bin\phpunit test/Microsoft.
noriel0010/third-party-sso 适用场景与选型建议
noriel0010/third-party-sso 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 48 次下载、GitHub Stars 达 6, 最近一次更新时间为 2021 年 03 月 29 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「SSO」 「google」 「facebook」 「apple」 「linkedin」 「microsoft」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 noriel0010/third-party-sso 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 noriel0010/third-party-sso 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 noriel0010/third-party-sso 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Simple Sharing generates social media share links within CP entry pages, allowing you to quickly & easily share entries.
Magento 2 Social Login extension is designed for quick login to your Magento 2 store without procesing complex register steps
Contao 4 bundle for a Facebook login.
Simple Single Sign-On
Client for Google Directions API to add interpolated points to a route consisting of given coordinates.
Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-29