Skip to main content

Making Requests

SuperTokens uses cookies for session verification. This means that no authorisation token must be added to requests when calling the graphQL API.

Using Apollo Client#

ApolloClient uses fetch underneath and we add the SuperTokens interceptor to fetch and XHR automatically when you call supertokens.init. So no action needs to be taken here.

Which frontend SDK do you use?
supertokens-web-js / mobile
supertokens-auth-react