Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 417 Bytes

ApiUserBundle

This bundle provides lightweight User functionality (like FOSUserBundle) into REST API backend projects.

Documentation located in docs folder.

What is done:

  1. API Token authorization
  2. Registration via form
  3. Authorization
  4. Optional user confirmation via email

Future tasks:

  1. Wrap bundle (via composer.json)
  2. Change password and profile endpoints
  3. Restore password endpoint
  4. Tests.