Skip to content

Release 1.5.2

Compare
Choose a tag to compare
@khashashin khashashin released this 20 Aug 23:07
· 4 commits to main since this release

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.