nuxt-community / laravel-echo-module

Laravel Echo for Nuxt 2
MIT License
86 stars 31 forks source link

app.$auth.getToken is not a function with nuxt/auth 5 #40

Closed huebnermarketing closed 3 years ago

huebnermarketing commented 3 years ago

image image

huebnermarketing commented 3 years ago

Syntext to get token

nuxt/auth 4 => $auth.getToken('local') nuxt/auth 5 => $auth.strategy.token.get()

melvin78 commented 3 years ago

Unfortunately its not yet compatible with nuxt auth next. Check the commits section and change your function name

ahmedhegazee commented 3 years ago

The solution is to change it in the node modules folder as @huebnermarketing said

ricardogobbosouza commented 3 years ago

Try alpha version 2.0.0-alpha.0