This bundle, simple yet convenient, lets you easily add to your application features such as:
- user registration
- user authentication
- password resetting
- user account locking
- user account expiration
- force a user to reset his password at first connection
{% hint style="info" %}
This bundle is full decoupled from any Doctrine abstraction layer.
It provides a Doctrine mapping configuration for ORM and MongoDB.
This bundle assumes you're using Doctrine to persist and retrieve your users.
It provides a Doctrine UserProvider.
{% endhint %}