vuex-crud icon indicating copy to clipboard operation
vuex-crud copied to clipboard

Request header not set when using with @nuxtjs/auth

Open rambii opened this issue 6 years ago • 0 comments

I use the plugin @nuxtjs/auth for authorization. When I request the API with this.$axios the auth headers are set correctly. When requesting the API through the vuex-crud the headers are not set correctly.

Is there a way to use the existing axios configuration without writing a custom request intercepter for axios?

rambii avatar Dec 10 '18 10:12 rambii