https://github.com/code4mk/kapi
🔌 Laravel API ( Developer api ) & oauth login system
https://github.com/code4mk/kapi
0devco code4mk developer-api laravel laravel-api laravel-oauth
Last synced: about 2 months ago
JSON representation
🔌 Laravel API ( Developer api ) & oauth login system
- Host: GitHub
- URL: https://github.com/code4mk/kapi
- Owner: code4mk
- Created: 2019-02-27T08:45:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T10:17:56.000Z (over 6 years ago)
- Last Synced: 2025-03-02T07:17:24.182Z (10 months ago)
- Topics: 0devco, code4mk, developer-api, laravel, laravel-api, laravel-oauth
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kapi
Create API app system
# Kapi methods
~ developer(user)
* create($userID,$image)
* update($appID,$authUserID,$image)
* showAuthUserApps(userID)
* showAuthUserOauth($userID)
* getAppInfo($appID,$authUserID)
* destroyApp($appID,$authUserID)
* refreshSecret($appID,$authUserID)
* activeApp($appID,$authUserID)
* deactiveApp($appID,$authUserID)
~ admin/super-admin/owner
* apiAppApproval()
* apiOauthApproval()
* apiInfo($appID)
* apiAllApps() `only api apps`
* apiAllOauth() `oauth lists`
* apiApprove($appID)
* apiBlock($appID)
* apiUnblock($appID)
* apiBlockAppLists()`api app`
* apiBlockOauthLists() `oauth`
* apiDestroy($appID)
* apiAppLive `api app`
* apiOauthLive `oauth`
# Koauth method
* checkApp()
* appInfo()
* checkOauth($appID,$authUserID)
* acceptApp($appID,$authUserID)
* sendEncrypToken($authUserID)
* decrypToken($token)
* authUserOauth($authUserID)
* revoke($oauthID,$authUserID)
* revokeAll($authUserID)
~mk