Download the PHP package longthanhtran/yii2-oauth2-server without Composer
On this page you can find all versions of the php package longthanhtran/yii2-oauth2-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download longthanhtran/yii2-oauth2-server
More information about longthanhtran/yii2-oauth2-server
Files in longthanhtran/yii2-oauth2-server
Download longthanhtran/yii2-oauth2-server
More information about longthanhtran/yii2-oauth2-server
Files in longthanhtran/yii2-oauth2-server
Vendor longthanhtran
Package yii2-oauth2-server
Short Description Yii2 OAuth2 authorization server
License MIT
Package yii2-oauth2-server
Short Description Yii2 OAuth2 authorization server
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-oauth2-server
Yii2 base OAuth2 authorization server
Installation
Notes
-
The package serves as Yii2 module to perform 2 main functions of OAuth2 Authorization server. This bases on league/oauth2-server and can run on PHP 7.4 or 8.0.
- Sample module config
Review and create a file name modules.php inside
config
folder with following content. Then append'modules' => $modules,
right inside @app/config/web.php (behind $params key)
Be sure to prepare the privateKey
, publicKey
(in @app/keys folder) and encryption Key. With encryptionKey
, you can refer to Cryptography guideline on Yii2's guide.
-
To prepare the schema, run migration with
- To validate user's credential, you can implement UserEntityInterface for your User class, sample provide below. Be sure to
use UserQueryTrait
inUser
All versions of yii2-oauth2-server with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4 || ^8.0
yiisoft/yii2 Version ~2.0.14
yiisoft/yii2-twig Version ^2.4
league/oauth2-server Version ^8.3
guzzlehttp/guzzle Version ^7.3
lcobucci/jwt Version ^4.1
ext-json Version *
nesbot/carbon Version ^2.52
andreyv/yii2-ip-ratelimiter Version ^2.3
yiisoft/yii2 Version ~2.0.14
yiisoft/yii2-twig Version ^2.4
league/oauth2-server Version ^8.3
guzzlehttp/guzzle Version ^7.3
lcobucci/jwt Version ^4.1
ext-json Version *
nesbot/carbon Version ^2.52
andreyv/yii2-ip-ratelimiter Version ^2.3
The package longthanhtran/yii2-oauth2-server contains the following files
Loading the files please wait ....