Tutorial: Build Universal Applications with Nuxt.js

sreekumar menon

Agree, I spent many hours trying to crack this and then decided to move on…
The only thing i was able to find in documentation was to call getUser api , getUser seems to work with another API token. not the token that is stored in state that you get back on auth call . Also documentation says that api work based on cookies, so I was not sure how admin api’s will work from server side since I assume it does not send the cookies on server (asyncdata/fetch). I wish there was some documentation about that somewhere!