We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I needed to access session information from the server side for a situation, but I couldn't find how to do it.
middleware({ app, redirect}) { const token = app.$storage.getUniversal('accessToken') if (!token) { return redirect('/')}}
i need to get data from session like this,
app.$storage.getSession('accessToken')
Is there any way to read this data from server side.
The text was updated successfully, but these errors were encountered:
Hello i like to know how you did it ?
Sorry, something went wrong.
No branches or pull requests
Hi, I needed to access session information from the server side for a situation, but I couldn't find how to do it.
middleware({ app, redirect}) { const token = app.$storage.getUniversal('accessToken') if (!token) { return redirect('/')}}
i need to get data from session like this,
app.$storage.getSession('accessToken')
Is there any way to read this data from server side.
The text was updated successfully, but these errors were encountered: