Django-graphene-auth

Latest version: v1.1.1

Safety actively analyzes 622275 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.1

- Bug: when User.USERNAME_FIELD is set to `email`, login by secondary email was unsuccessful.
Fixed method `resolve_mutation` of the `ObtainJSONWebTokenMixin` class inside the `mixins` module.

1.1

1.1.0

- Added CommonTestCase class for testing both GraphQL and Relay queries.
- Cleanup testing code

1.0.3

- Fixed bug: when trying to refresh token (`mutation` `refreshToken`) with invalid refresh_token,
the response should contain null values for `refreshExpiresIn` output 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 (`mutation` `tokenAuth`) with wrong credentials, the response should contain
null values for `payload` and `refreshExpiresIn` output fields, but the exception was thrown.

Changed property `required` to False for the fields `payload` and `refreshExpiresIn`

1.0.1

- Cleanup code

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.