- Nothing new, adding
PyJWT<=2.0.0
to requirements
- Emit
user_verified
signal on password reset (thanks to @imsheldon)
- Add passwordless registration (thanks to @joshuachinemezu)
- Add
user_verified
anduser_registered
signals (thanks to @mnieber) - Verify user in password reset mutation (thanks to capaci )
- Add EMAIL_TEMPLATE_VARIABLES setting (thanks to capaci )
- Add CUSTOM_ERROR_TYPE setting (thanks to boolangery )
- Add select_related to UserNode to limit db queries (thanks to maxpeterson)
- Prevents that UserNode is registered globally for the User type (thanks to panosangelopoulos)
- Add request and timestamp to email templates (thanks to yanivtoledano)
- Add template variables to email subjects.
- Replace RemovedInDjango40Warning ugettext with gettext (thanks to ulgens)
- Added
MeQuery
(thanks to pors).
- Renamed from
ErrorType
toExpectedErrorType
, preventing clash with agraphene_django
type with same name..
- Fixed bug when performing login in
PasswordChangeMixin
(thanks to panosangelopoulos).
- Fixed typo in error code/message for
expired_token
(thanks to yanivtoledano).
- add pk to UserNode.
- release beta.
- return new token and refreshToken on password change.
- allow login on register, returning token and refresh token.
- review error fields in some mutations.
- update apps config.
- nothing new.
- add mutation to remove secondary email.
- user status is created on signal.
- fix typo in setup.
- nothing new.
- fix readme on pypi.
- nothing new.
- minor bug fixes.
- add user status model to track if user is archived, verified and secondary email.
- add new mutations to handle secondary email.
- allow login with secondary email.
- Fix minor bugs.
- Fix minor bugs.
- Rename settings params.
- Fix typo in settings.
- No changes (testing release on Travis).
- Support for Django >= 2.1
- Revoke refresh tokens when archiving user.
- Allow to revoke refresh tokens on password change and reset.
- Better settings api.
- Update setup.py.
- Add initial README file!
- Hello world!