chatbox-inc / apiauth
There is no license information available for the latest version (0.0.3) of this package.
0.0.3
2016-07-30 07:34 UTC
Requires
- chatbox-inc/token: 0.0.*
Requires (Dev)
- chatbox-inc/lumen-providers: dev-master
- laravel/lumen: ^5.2
- phpunit/phpunit: ^5.4
This package is auto-updated.
Last update: 2024-11-13 19:20:11 UTC
README
GET /token ログイン
POST /register 新規登録処理
GET /profile プロフィールの取得 PATCH /profile プロフィールの更新 DELETE /profile プロフィールの削除
POST /auth/{type} 認証情報追加 PATCH /auth/{type} 認証情報追加 DELETE /auth/{type} 認証情報削除
メール認証系
POST /sendmail/invite 招待メール送信 POST /sendmail/reset_pass パスワードリセット POST /sendmail/change_email Emailアドレス変更
Action 仕様
受け取ったリクエストは 全て シングルトンの Response オブジェクトを コンテナ操作で処理する➔ 処理は Middleware が行う。
response は全て Response オブジェクトで返す。
Usage
ApiAuth::route()