This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Directus Implementation Approach #183
Unanswered
moseskamau338
asked this question in
Q&A
Replies: 0 comments
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.
Am working on a project with a Directus backend. The auth experience is just discouraging so far. I've tried several packages before I stumbled on this one.
In the latest setup I have, authentication does fine, so long as you don't reload the page!. Which is annoying.
So I have a fresh install of
Nuxt 3+ the installation steps for this package. I also have directus SDK in place. I need help intergtating the 2. The current step is able to authenticate a user but the details are not correctly passed over tho theauthjs-nuxtpackage:[...].tsOn the front end:
pages/index.vueThe
token,userandsessionvariables are incorrect.I want to:
How would you approach this implementation?
All reactions