This bundle provides lightweight User functionality (like FOSUserBundle) into REST API backend projects.
Documentation located in docs
folder.
What is done:
- API Token authorization
- Registration via form
- Authorization
- Optional user confirmation via email
Future tasks:
- Wrap bundle (via composer.json)
- Change password and profile endpoints
- Restore password endpoint
- Tests.