You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throughout the frontend, we assume that the name of the CSRF cookie is csrftoken. That's the default supplied by Django, but it's configurable via CSRF_COOKIE_NAME, and especially as we move to arches applications architectures, we might want to start disambiguating it?
Suggest that we expose this setting to the frontend so that, for example, a vue frontend no longer hard codes this default name.
The text was updated successfully, but these errors were encountered:
Throughout the frontend, we assume that the name of the CSRF cookie is
csrftoken
. That's the default supplied by Django, but it's configurable via CSRF_COOKIE_NAME, and especially as we move to arches applications architectures, we might want to start disambiguating it?Suggest that we expose this setting to the frontend so that, for example, a vue frontend no longer hard codes this default name.
The text was updated successfully, but these errors were encountered: