noriel0010/third-party-sso 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Latest Version

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

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.

Facebook

For Facebook, this assumes that you already have generated accessToken.

Uses

Test

To test Facebook, you can paste your freshly generated accessToken in test/Facebook/FacebookTest.php:24 then run .\vendor\bin\phpunit test/Facebook.

Google

For Google, this assumes that you already have generated accessToken and Google API key.

Uses

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.

LinkedIn

For LinkedIn, this assumes that you already have generated accessToken.

Uses

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.

统计信息

  • 总下载量: 48
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-03-29

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固