Skip to content

Release 1.5.1

Compare
Choose a tag to compare
@khashashin khashashin released this 20 Aug 22:19
· 6 commits to main since this release

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.