supertokens + apollo graphql example used ?
p
supertokens + apollo graphql example used ?
r
Hey @productdevbook
See our docs for graphql integration guide.
p
Copy code
ts

const httpLink = createHttpLink({
  uri,
  credentials: 'include',
  fetch,
})
this that s true ?
empty header
cors fixed but dont added
r
This seems to be an issue with your backend. Please check the server code.
Make sure to do supertokes.init before createHttpLink
p
yes before init used
supertoken.init and vue same adress used fixed
thank you