Vue.http.get()
and my thoughts are spinning around a solution where i store the data in memory. But i only get an [object Object]
by state.profile
. Do you have any hint how i can store this data into memory to keep it like isAuthenticated
?
ẁindow.localStorage
for my needs. If you need i can gave you some sample-code for OAuth2 with https://discordapp.com
server.js
:)
bindRequestInterceptor()
and bindResponseInterceptor()
methods though (I use axios). I eventually found out that these belong into the options of the Vue.use()
, but maybe that could be highlighted in the corresponding section of the help?