The module refresh-token scheme is not working at all... #1700
Closed
skoenfaelt
started this conversation in
General
Replies: 2 comments
-
The Problem in this case is, if you press f5, after that refresh nuxt auth module auto fetches the user EVEN if the user: { autoFetch: false } is set. I did not read it in docs but i figured out, in the endpoints, setting user: false prevent from user fetching. Since I got user from login and save him in encrypted store- |
Beta Was this translation helpful? Give feedback.
0 replies
-
Obsolet |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
this.$auth.strategy.token.status().expired()
don't trigger the method in watcherThere are some other bugs as you see in Issues. This module does not get any updates and could be stated as abandoned. So in the end, we build our own auth functions, which brings to mind, this module does not do its job.
I would not mind if we see any updates on the critical issues.
Beta Was this translation helpful? Give feedback.
All reactions