noxlock/my-anime-openings-list

Rewrite Login/Register in Vue

Opened this issue · 0 comments

Now that I have some code to enforce CSRF tokens across Vue, should probably get rid of the ugly html pages.

mounted() {
    this.$http.defaults.xsrfHeaderName = 'X-CSRFToken';
    this.$http.defaults.xsrfCookieName = 'csrftoken';
  },