2019-12-20 11:00:00 +03:00
2019-12-20 11:00:00 +03:00
2019-12-20 11:00:00 +03:00
2019-12-20 11:00:00 +03:00
2019-12-20 11:00:00 +03:00
2019-12-20 11:15:53 +03:00

September First OAuth2 client provider

Software License

This package provides September First integration for OAuth2 Client by the League.

Installation

Add to composer.json:

"repositories": [{
    "type": "vcs",
    "url": "https://github.com/1sept/oauth2-1sept"
}],

Then execute:

composer require 1sept/oauth2-1sept

Usage

$provider = new Sept\OAuth2\Client\Provider\SeptemberFirst([
    'clientId' => 'client_id',
    'clientSecret' => 'secret',
    'redirectUri' => 'https://example.org/oauth-endpoint',
]);
Description
Драйвер OAuth авторизации через Первое сентября
Readme 62 KiB
Languages
PHP 100%