Replies: 2 comments 1 reply
-
Did you find out any solutions? |
Beta Was this translation helpful? Give feedback.
1 reply
-
This might be possible by manually implementing this with the Auth hook. https://apollo.nuxtjs.org/recipes/authentication#auth-hook I was wondering this today too, and from the state of issues and commits, it looks like this project is unmaintained. |
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.
-
We are provided with an
onLogin
helper to set a valid access token. However, that is not the only time the access token has to be set. When an access token expires, we need to use a refresh token to retrieve new access token. Is there any method to either:const token: () => {}
that will check the expiration time, and retrieve a new one if necessary?Beta Was this translation helpful? Give feedback.
All reactions