Giter Club home page Giter Club logo

third-party-sso's Introduction

Third Party SSO Authenticator

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.

third-party-sso's People

Stargazers

Sir Chad avatar jovylle.com avatar Felmar Salon avatar  avatar atayyaa avatar

Watchers

James Cloos avatar Noriel avatar

third-party-sso's Issues

Developer is Gwapo

This seems to be an existing issue that could not be resolved quickly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.