Skip to content Changelog
v0.3
v0.3.16
- Nothing new, adding
PyJWT<=2.0.0 to requirements
v0.3.15
- Emit
user_verified signal on password reset (thanks to @imsheldon)
v0.3.14
- Add passwordless registration (thanks to @joshuachinemezu)
- Add
user_verified and user_registered signals (thanks to @mnieber) - Verify user in password reset mutation (thanks to capaci )
v0.3.13
- Add EMAIL_TEMPLATE_VARIABLES setting (thanks to capaci )
v0.3.12
- Add CUSTOM_ERROR_TYPE setting (thanks to boolangery )
v0.3.11
- Add select_related to UserNode to limit db queries (thanks to maxpeterson)
v0.3.10
- Pseudo async email support (thanks to bzhr and me)
v0.3.9
- Prevents that UserNode is registered globally for the User type (thanks to panosangelopoulos)
v0.3.8
- Add request and timestamp to email templates (thanks to yanivtoledano)
v0.3.7
- Add template variables to email subjects.
v0.3.6
- Replace RemovedInDjango40Warning ugettext with gettext (thanks to ulgens)
v0.3.5
- Added
MeQuery (thanks to pors).
v0.3.4
- Renamed from
ErrorType toExpectedErrorType, preventing clash with a graphene_django type with same name..
v0.3.3
- Fixed bug when performing login in
PasswordChangeMixin (thanks to panosangelopoulos).
v0.3.2
- Fixed typo in error code/message for
expired_token (thanks to yanivtoledano).
v0.3.1
v0.3.0
v0.2
v0.2.8
- return new token and refreshToken on password change.
v0.2.7
- allow login on register, returning token and refresh token.
v0.2.6
- review error fields in some mutations.
v0.2.5
- update apps config.
- nothing new.
v0.2.4
- add mutation to remove secondary email.
v0.2.3
- user status is created on signal.
v0.2.2
- fix typo in setup.
- nothing new.
v0.2.1
- fix readme on pypi.
- nothing new.
v0.2.0
- 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.
v0.1
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
- No changes (testing release on Travis).
0.1.6
- Support for Django >= 2.1
0.1.5
- Revoke refresh tokens when archiving user.
0.1.4
- Allow to revoke refresh tokens on password change and reset.
0.1.3
0.1.2
0.1.1
0.1.0