******
Breaking Changes
================
* :issue:`44`: Rename ``email-verification-request-create`` and
``email-verification-create`` URLs to ``email-verification-request-list`` and
``email-verification-list``, respectively.
Features
========
* :issue:`32`: Link to frontend pages for resetting passwords and verifying
email addresses. These links are specified with the ``PASSWORD_RESET_URL`` and
``EMAIL_VERIFICATION_URL`` settings, respectively.
* :issue:`36`: Add endpoint to verify an email address to the provided REST
interface.
* :issue:`38`: Add endpoint to resend a verification email to the provided REST
interface.
* :issue:`39`: Add endpoints to request a password reset and reset a password.
Documentation
=============
* :issue:`43`: Document usage of provided authentication backend.
******