Release 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.