I give you further information about my research :
I add "wp-graphql-headless-login" plugin.
As you can see on screenshot :
- I use password provider ;
- I check Add Access-Control-Allow-Credentials and Add Site URL to Access-Control-Allow-Origin
- I add an additional domain for testing.
Following this tips
https://discord.com/channels/955905230107738152/1234117082141167677I start from supase-authenticate template, and create a sign in sign up form using login and userRegistration mutation with graphql.
Graphql returns the user authToken I store in session storage.
At this point, I want to use viewer query to allow user to get is profil information.
I'm completely stuck.
How can We do this kind of queries @Webstudio Team ?