The prototype this.$auth in Vue main.js always null

Dealing with the same issue here, I want to pass accessToken from getTokenSilently() to apolloClient, but unable to do so. For the moment I’m using localStorage to store accessToken, but I believe there is a better solution. Maybe @steve.hobbs can help us out?

1 Like