laravel-api-user maintained by dskripchenko
Description
Base api methods. User registration, login, logout, profile. User roles.
Author
Last update
2021/04/07 15:18
(dev-master)
License
Downloads
20
Installation
Run
composer config --global --auth http-basic.pkg.extteam.ru {USERNAME} {TOKEN}
to register a private packages registry, and run
php composer.phar require components/user "@dev"
or add
"components/user": "@dev"
to the require section of your composer.json file.
Api
- /user/info
- /user/register
- /user/login
- /user/logout
- /user/password-reset
- /user/password-set
- /user/password-change
Middlewares
- VerifyAuth
- UseMainLayerConnection
Models
- User
Interfaces
- User
- UserService
Services
- UserService
Notifications
- ResetPassword
- UserCreated
Validators
- can:permission
functions
- can