Alexander Vasilyev a3aaac1d0e Init
First public commit
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:00:00 +03:00
2019-12-20 11:00:00 +03:00

September First OAuth2 client provider

Software License

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

Installation

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%