websanova / vue-auth

A simple light-weight authentication library for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beware axios 0.21.2 breaks everything

vesper8 opened this issue · comments

Just lost a whole afternoon trying to figure out why my authorization token wasn't being forwarded to the /user endpoint after a successful /login

Turns out the issue was I had just updated axios to 0.21.2 and it breaks interceptors

axios/axios#4012