Closed ro0NL closed 3 years ago
Hello @ro0NL, when i use Jwt i have error:
The service "security.authentication.provider.dao.api_login" has a dependency on a non-existent service "MsgPhp\User\Infra\Security\Jwt\SecurityUserProvider".
@prybus can you confirm the service is registered at https://github.com/msgphp/user-bundle/blob/master/Resources/config/security.php#L38? Otherwise if anything spiffy is going on.. please create a new issue :) Thx.
Aiming to merge #28 as POC, thus reading items/collections. After that many topics remain open:
GET /api/me
endpoint + JWT integration{ roles: ['ROLE_X', ...], emails: ['x@y.z', ...] }
GET /api/users/<id>/attributes
(not sure these need to be embedded)dispatch(new SychronizeDomainObject($entity)
POST /api/users/<id>/action
endpoints, i.e./confirm
,/enable
, etc.POST /api/users
endpoint (registration)DELETE /api/users/<id>
endpoint/api/users/<id>