Django-onfido

Latest version: v2.1

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

Scan your dependencies

Page 1 of 2

1.1

This release removes the `is_clear` field from the `BaseStatusModel`, which `Check` and `Report` inherit.

It is replaced by a computed property which checks the `result` for the `Result.CLEAR` and returns as a `bool`.

This is a data change, it now returns `True/False` whereas before it returned `True/False/None`.

0.12

0.10.0

0.7.0

When a result is unclear ('consider', 'unidentified') there is a new attribute on the model called `is_clear` which enables admins to mark the record as clear.

0.6.0

The `Event` has been refactored to bring it in line with the other models. This includes a change in field names, hence the minor version bump.

In addition there is improved logging, new batch `fetch` and `pull` queryset methods and a `ONFIDO_TEST_MODE` setting which can be used to bypass signature verification.

0.5.0

Callback view function now supports (in fact enforces) X-Signature verification, as per the [webhook docs](https://documentation.onfido.com/#webhooks).

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.