using keystone as a headless backend #6599
ahmed-adly-khalil
announced in
Event Q&A Q3 2021
Replies: 1 comment 1 reply
-
Hey @ahmed-adly-khalil, Thanks for your question! It looks like you're stuck making progress with your project. To get the most out of the live event, we're keeping this Community Q&A category focused on questions that are relevant to the community as a whole. Seeing as this question is specific to your project, would you mind posting it to our community Slack, that's the best place to get focused support on blocks you encounter with Keystone - https://community.keystonejs.com |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to use Keystone as an
admin
UI and use the graphql api and anapplication API
layer and build my own application UI using Nuxt, in this context I have used https://auth.nuxtjs.org/ to talk to Keystone authentication API and things are working on term of athentication which happens as followthe issue now comes when I try to use the
sessionToken
after login to retrieve some data, for ex in the below query i want to pass the sessionToken instead of user ID:is there a way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions