DEV Community

Discussion on: NextJS x GraphQL x Apollo Client SSR

Collapse
 
pkellner profile image
Peter Kellner

I'm struggling to find a good way to integrate GraphQL/NextJS and jwttoken auth. any hints?

Collapse
 
ghackdev profile image
ghack.dev

you could do it easily by putting the jwt token on cookie and put it on Apollo Client's link option.