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
-
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-nuxt
package:[...].ts
On the front end:
pages/index.vue
The
token
,user
andsession
variables are incorrect.I want to:
How would you approach this implementation?
Beta Was this translation helpful? Give feedback.
All reactions