2017 © Pedro Peláez
 

library unias-client-php

LIG Unified Account Service OAuth 2.0 Client Provider for The PHP League OAuth2-Client

image

liginc/unias-client-php

LIG Unified Account Service OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  • Thursday, October 19, 2017
  • by ktogo
  • Repository
  • 2 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Unias PHP Client

LIG Unified Account Service OAuth 2.0 Client Provider for The PHP League OAuth2-Client., (*1)

Requirements

  • PHP >= 7.0

Usage

Installation

composer require liginc/unias-client-php

Setting up a new client

new UniasProvider([
    'clientId'     => 'XXXXXXXXXXXXXXXXXXXX',
    'clientSecret' => 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
    'redirectUri'  => 'https://yourservice.example.com/login/callback',
    'authorizeUri' => 'https://unias.example.com/',
    'tokenUri'     => 'https://api.unias.example.com/token',
    'apiBaseUri'   => 'https://api.example.com/',
]);

Parameters

Library Documentation

This is a plug-in provider of the PHP League's OAuth 2.0 Client, so we suggest you to refer to the library documentation for detailed usage., (*2)

The Versions

19/10 2017

dev-master

9999999-dev

LIG Unified Account Service OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

MIT

The Requires

 

by Kazuhisa Togo

authentication authorization sso oauth2 identity idp single sign on

19/10 2017

1.1.1

1.1.1.0

LIG Unified Account Service OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

MIT

The Requires

 

by Kazuhisa Togo

authentication authorization sso oauth2 identity idp single sign on

18/10 2017

1.1.0

1.1.0.0

LIG Unified Account Service OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

MIT

The Requires

 

by Kazuhisa Togo

authentication authorization sso oauth2 identity idp single sign on

21/08 2017

1.0.0

1.0.0.0

LIG Unified Account Service OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

MIT

The Requires

 

by Kazuhisa Togo

authentication authorization sso oauth2 identity idp single sign on