nuxt-community / auth-module

Zero-boilerplate authentication support for Nuxt 2
https://auth.nuxtjs.org
MIT License
1.93k stars 925 forks source link

Cant set Refresh Token #1659

Open Soel30 opened 2 years ago

Soel30 commented 2 years ago

why can't i set refresh token? I get response undefined from set() this.$auth.strategy.refreshToken.set()

and this my nuxt.config

image

Intevel commented 2 years ago

In which Version?

Soel30 commented 2 years ago

In which Version?

latest version

sadeghi-aa commented 2 years ago

why can't i set refresh token? I get response undefined from set() this.$auth.strategy.refreshToken.set()

and this my nuxt.config

image

It seems to me that you haven't configured auth properly for refresh tokens. Check this out. You need to set the scheme to refresh, define a refresh endpoint and configure the refreshToken itself. Hope this helps.