jc-it / yii2-oauth2-server
The PHP League OAuth2 Server implementation for Yii2
Installs: 71
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=8.0
- jc-it/yii2-model-magic: ^2.0.1
- kartik-v/yii2-password: ^1.5.6
- league/oauth2-server: ^8.3.3
- unclead/yii2-multiple-input: ^2.26.2
- yiisoft/yii2: ~2.0.42
- yiisoft/yii2-bootstrap4: ^2.0.10
This package is auto-updated.
Last update: 2024-10-24 13:41:08 UTC
README
This extension provides The PHP League: OAuth 2.0 Server module for the Yii2 Framework.
The PHP League: OAuth 2.0 Server is a package that makes setting up a OAuth2 server easy.
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require jc-it/yii2-oauth2-server
or add
"jc-it/yii2-oauth2-server": "^<latest version>"
to the require
section of your composer.json
file.
Configuration
- module config
- user repository config (in DI or module)