notegame/authservice-module

此包最新版本(dev-master)没有可用的许可证信息。

安装: 2

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:asgard-module

dev-master 2016-02-21 22:49 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:03:57 UTC


README

API 文档

仅限访客

POST /api/auth/login

POST /api/auth/loginByToken

POST /api/auth/register

POST /api/auth/activation

POST /api/auth/forget_password

仅限认证用户

GET /api/auth/profile

POST /api/auth/change_password

POST /api/auth/update

GET /api/auth/logout

开发者指南

事件

  • UserActivationWasCreated
  • UserWasChangedPassword
  • UserWasActivated

中间件

  • auth.token : TokenAuthenticate