LaravelPackages.net
Acme Inc.
Toggle sidebar
code4mk/kapi

Kauth is laravel api jwt auth system

117
1
About code4mk/kapi

code4mk/kapi is a Laravel package for kauth is laravel api jwt auth system. It currently has 1 GitHub stars and 117 downloads on Packagist. Install it with composer require code4mk/kapi. Discover more Laravel packages by code4mk or browse all Laravel packages to compare alternatives.

Last updated

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

Star History Chart