GitHub - feliperalmeida/django-modern-csrf: Django modern CSRF protection using Fetch Metadata request headers instead of tokens.
[en](github.com)
Django's default CSRF protection relies on tokens and cookies. While this works well and is secure, there are more modern ways to protect against CSRF attacks, without requiring to submit CSRF tokens to the server via forms, cookies or custom headers.