Django DRF – Manually validate CSRF token – React native
I read in the docs that DRF only validates CSRF tokens on authenticated requests and login views should explicitely check the CSRF token. Problem is, how does one manually check the CSRF token? In my settings.py: MIDDLEWARE = [ ...…