Django-appwrite

Latest version: v1.6.0

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

Scan your dependencies

Page 1 of 2

1.6.0

Enhancements:

- **Bug Fixes:** Minor bug fixes have been implemented to improve the stability and performance of the package.

Changes:

- **Deprecated `PROJECT_API_KEY`:** We have deprecated the use of `PROJECT_API_KEY` in favor of improved security practices. The package will continue to function with `PROJECT_API_KEY` set for backward compatibility, but a warning will be issued. It is recommended to remove this key at your earliest convenience. The warning message for `PROJECT_API_KEY` usage will be removed in upcoming versions.

Notes:

- There is no immediate action required regarding `PROJECT_API_KEY`; however, we encourage users to remove it as it will be phased out in future versions.

Acknowledgements:

- Thanks to dexax for pointing out the area of improvement related to `PROJECT_API_KEY`.

1.5.2

Refactoring:

- **Authentication Headers:** Enhanced the usage of authentication headers by allowing the use of the auth header from settings in authentication.py.
- **Verification Checks:** Improved handling of email and phone verification checks, ensuring a more robust verification process same as in middleware.

Notes:

For those using `AppwriteMiddleware`, remember that CSRF protection is in place by default in Django. Since the middleware leverages session-based authentication, ensure that the CSRF tokens are correctly set and verified in AJAX requests to avoid 403 errors.

1.5.1

Fixes:

- **Username Retrieval:** Adjusted the retrieval method for usernames to cater for cases where the username might be omitted in custom user models. This change ensures compatibility with custom user models in Django.

Notes:

For those using `AppwriteMiddleware`, remember that CSRF protection is in place by default in Django. Since the middleware leverages session-based authentication, ensure that the CSRF tokens are correctly set and verified in AJAX requests to avoid 403 errors.

1.5.0

Features:

- **Appwrite Authentication for DRF:** Introduced the `AppwriteAuthentication` class, enabling Django Rest Framework users to authenticate with Appwrite easily. This authentication class leverages Appwrite's JWT mechanism to authenticate users, making it more streamlined and efficient.
- **Custom `setup.py` Commands:** Added custom build and publish commands in `setup.py`, simplifying the package build and publish process. Users can now build the package using `python setup.py build` and publish it with `python setup.py publish --version=x.x.x`.

Improvements:

- **Enhanced Middleware Configuration:** Refined the `AppwriteMiddleware` to fetch configurations more elegantly, avoiding redundancy. Also, improved error handling and logging mechanisms to provide clearer feedback to developers.
- **Documentation Update:** Enhanced the README with clear instructions, added information on the new `AppwriteAuthentication` class, and updated usage examples.

Notes:
For those using `AppwriteMiddleware`, remember that CSRF protection is in place by default in Django. Since the middleware leverages session-based authentication, ensure that the CSRF tokens are correctly set and verified in AJAX requests to avoid 403 errors.

1.4.0

Features
**Configuration**
- The package now allows the option to add a prefix to an email address during user creation. This feature will help prevent conflicts when a user creates an account, and the email address already exists in an existing project.

**Logging**
- We have improved our error logging mechanism. Instead of the previously used system, we're now using the Django logger to log errors. This enhancement allows for more detailed and easily retrievable error logs.
Fixes
**Middleware**

- We have fixed a bug in our AppwriteMiddleware class that prevented the middleware from functioning correctly. Previously, we forgot to call the superclass's init() method during the initialization of the middleware. This omission has been corrected, ensuring that the middleware functions correctly and maintains any necessary setup performed by the superclass.
Refactoring
**Header**

- We have refactored our system to replace the usage of the USER_ID header with the ID from the Account object. Before, the USER_ID header was used for password generation, but now it will be replaced with the ID from the Account object, ensuring consistency and accuracy.

1.3.1

Features
- Logging: We have added a new feature to log Appwrite SDK method call exceptions when debug is enabled. This will help you debug issues more easily by providing detailed information about any exceptions that occur during SDK method calls.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.