-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jwt tokenが無効な値な場合は、ログアウトさせてログイン画面へリダイレクトさせる #84
Comments
#78 と一緒に考える |
moriyadetteiu
added a commit
that referenced
this issue
Dec 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
概要 / 問題点
無効なjwt tokenが格納されている場合はログアウトさせ、ログイン画面へリダイレクトさせたい
現状
無効なjwt tokenでもログイン中の扱いになる
再現方法
備考
middlewareでやるか、apolloのエラーハンドリング部分で実装する感じ?
nuxt-modules/apollo#315 (comment)
The text was updated successfully, but these errors were encountered: