Open Soel30 opened 2 years ago
In which Version?
In which Version?
latest version
why can't i set refresh token? I get response undefined from set()
this.$auth.strategy.refreshToken.set()
and this my nuxt.config
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.
why can't i set refresh token? I get response undefined from set()
this.$auth.strategy.refreshToken.set()
and this my nuxt.config