Download the PHP package oom/luya-module-apiauth without Composer
On this page you can find all versions of the php package oom/luya-module-apiauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package luya-module-apiauth
Api Module
An oauth module for LUYA Api users.
Installation
Install the module trough composer
In order to add the modules to your project go into the modules section of your config:
Enable the user component with the built in ApiAuthUser class and add the REST Url rule:
Example usage
- Insert the test user:
http://your.domain/api/sign/signup-test
- Send a post request to
http://your.domain/api/sign/token
withapp_key
andapp_secret
data in order to get the access token.
- Test Api with the created access token
http://your.domain/api/user/rules?token=ACCESS_TOKEN_FROM_TOKEN_REQUEST
All versions of luya-module-apiauth with dependencies
PHP Build Version
Package Version
Requires
luyadev/luya-core Version
~1.0.0
luyadev/luya-module-admin Version ~1.1.0
yiisoft/yii2-queue Version ~2.0.0
luyadev/luya-module-admin Version ~1.1.0
yiisoft/yii2-queue Version ~2.0.0
The package oom/luya-module-apiauth contains the following files
Loading the files please wait ....