Hi!
I updated package.json and now getting error when trying to get token


I tried to fix this by returning to the previous version ("@ nuxtjs / auth-next": "^ 5.0.0-1590092757.1671dba"). But it did not help.
Then I climbed into the module. But in the constructor Auth did not find the "token" property

And before it was

How now to access the value of the token property?
Hi @antonsmolko! Now the token instance is initialized inside scheme. You can access it using this.$auth.strategy.token.get().
Note: This might change in a future release.
Thank you!
Most helpful comment
Hi @antonsmolko! Now the token instance is initialized inside scheme. You can access it using
this.$auth.strategy.token.get().Note: This might change in a future release.