Changelog¶
v1.1¶
1.1.1¶
- Bug: when User.USERNAME_FIELD is set to
email, login by secondary email was unsuccessful. Fixed methodresolve_mutationof theObtainJSONWebTokenMixinclass inside themixinsmodule.
1.1.0¶
- Added CommonTestCase class for testing both GraphQL and Relay queries.
- Cleanup testing code
v1.0¶
1.0.3¶
- Fixed bug: when trying to refresh token (
mutationrefreshToken) with invalid refresh_token, the response should contain null values forrefreshExpiresInoutput fields, but the exception was thrown.
Changed property required to False for the fields refreshExpiresIn for classes RefreshToken and RelayRefreshToken
1.0.2¶
- Fixed bug: when trying to login (
mutationtokenAuth) with wrong credentials, the response should contain null values forpayloadandrefreshExpiresInoutput fields, but the exception was thrown.
Changed property required to False for the fields payload and refreshExpiresIn
v1.0.1¶
- Cleanup code
v1.0.0¶
- first commit