Fixes the cookies / auth handling with django, using the csrfToken as the 'i am logged in flag' and letting django deal with the sessionid in the cookies
QoL improvement in the login redirect url: to start the backend in DEBUG mode this is the command:
Fixes the cookies / auth handling with django, using the csrfToken as the 'i am logged in flag' and letting django deal with the sessionid in the cookies
QoL improvement in the login redirect url: to start the backend in DEBUG mode this is the command:
DEBUG=true docker-compose up