Django-appwrite

Latest version: v1.6.0

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

Scan your dependencies

Page 2 of 2

1.3.0

Fixes
Security: To improve the security of our system, replaced the user ID with JSON Web Tokens (JWT) in communication with the Appwrite server. This change prevents potential risk of attempting to login by generating random IDs.
Documentation
Integration: Updated the documentation to include information and examples on using JWT in the frontend. This will help to integrate the application with the Appwrite server more easily and securely.

1.2.1

Not secure
Features
- User Verification: Added Django settings for email/phone verification. You can now enable or disable email or phone verification in the Django settings.

- CI/CD: To make the release process smoother, added a GitHub Action for PyPI publication. This will allow to publish new releases directly from your GitHub repository to PyPI.

Documentation
User Verification: Updated the documentation to include the new email/phone verification settings.

1.1.1

Not secure
- Introduces a consistent method for user authorization that eliminates the need for generating and replacing passwords. By using a combination of the user's ID and the Django secret key

1.0.1

Not secure
- Eliminates the reliance on the password information in the Appwrite payload.

1.0.0

Not secure
The first release version 1.0.0 of the django-appwrite package is a middleware for Django that provides authentication for Appwrite users. The package enables Django to receive Appwrite authentication headers from client requests and process them to log in the corresponding user. The package implements an authentication backend that uses the Appwrite API to verify the authenticity of the provided headers. Additionally, the package includes a set of unit tests to ensure the functionality of the middleware and the backend. With this first version, Django developers can easily add Appwrite authentication to their projects and provide a seamless login experience for their Appwrite users.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.