leaps / leaps-authclient
External authentication via OAuth and OpenID for the Leaps framework
Installs: 455
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:leaps-extension
Requires
- ext-curl: *
- leaps/framework: >=3.0.6
This package is not auto-updated.
Last update: 2017-05-31 06:26:00 UTC
README
该扩展为 Leaps framework 添加 OpenID、OAuth 和 OAuth2 客户端。
For license information check the LICENSE-file.
Documentation is at docs/guide/README.md.
安装
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist leaps/leaps-authclient
or add
"leaps/leaps-authclient": "~1.0.2"
to the require
section of your composer.json.