notegame / authservice-module
此包最新版本(dev-master)没有可用的许可证信息。
dev-master
2016-02-21 22:49 UTC
Requires
- php: >=5.5
- asgardcms/core-module: ~1.0
- composer/installers: ~1.0
- hisorange/browser-detect: 2.*
Requires (Dev)
- orchestra/testbench: ~3.1
- phpunit/phpunit: ~4.0
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