notegame / authservice-module
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:asgard-module
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-12-21 20:08:40 UTC
README
API DOC
Guest Only
POST
/api/auth/login
POST
/api/auth/loginByToken
POST
/api/auth/register
POST
/api/auth/activation
POST
/api/auth/forget_password
Auth Only
GET
/api/auth/profile
POST
/api/auth/change_password
POST
/api/auth/update
GET
/api/auth/logout
Developer Guide
Events
- UserActivationWasCreated
- UserWasChangedPassword
- UserWasActivated
Middleware
- auth.token : TokenAuthenticate