Download the PHP package jncinet/qihucms-passport-oauth without Composer
On this page you can find all versions of the php package jncinet/qihucms-passport-oauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jncinet/qihucms-passport-oauth
More information about jncinet/qihucms-passport-oauth
Files in jncinet/qihucms-passport-oauth
Download jncinet/qihucms-passport-oauth
More information about jncinet/qihucms-passport-oauth
Files in jncinet/qihucms-passport-oauth
Vendor jncinet
Package qihucms-passport-oauth
Short Description qihucms passport oauth api.
License MIT
Homepage https://www.qihucms.com
Package qihucms-passport-oauth
Short Description qihucms passport oauth api.
License MIT
Homepage https://www.qihucms.com
Please rate this library. Is it a good library?
Informations about the package qihucms-passport-oauth
使用Passport OAuth
登录接口: route('api.auth.login');
POST ==>account | password
登出接口: route('api.auth.logout');
POST ==>
刷新TOKEN接口 route('api.auth.refresh_token')
POST ==> refresh_token
登录接口和刷新TOKEN接口返回值 `[
'token' => $token['access_token'],
'expires_in' => $token['expires_in'],
'refresh_token' => $token['refresh_token'],
'refresh_token_expires_in' => 2592000
]`
All versions of qihucms-passport-oauth with dependencies
PHP Build Version
Package Version
No informations.
The package jncinet/qihucms-passport-oauth contains the following files
Loading the files please wait ....