pulilab / vue-people

VuePeople lists and connects Vue.JS developers around the world.
https://vuepeople.org
MIT License
172 stars 36 forks source link

fix/proper django auth #6

Closed DonNicoJs closed 6 years ago

DonNicoJs commented 6 years ago

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