nuxt-community / auth-module

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

Wrong auth strategy when push to other router. #1637

Closed thaithanhdhv closed 2 years ago

thaithanhdhv commented 2 years ago

Version

module: 5.0.0 nuxt: 2.13

Nuxt configuration

Nuxt configuration

Reproduction

I loginWith social scheme. => then I use router.push to homepage

What is expected?

Keep login session

What is actually happening?

strategy change to dokimedical and go to signin page.