Skip to content

Instantly share code, notes, and snippets.

View kratam's full-sized avatar

Krasser Tamás kratam

  • Budapest, Hungary
View GitHub Profile
@kratam
kratam / nhost.js
Last active May 19, 2022 06:05
nhost multitab token fix
/* eslint-disable no-console */
import Cookies from 'js-cookie'
import { NhostClient } from '@nhost/nextjs'
import React from 'react'
import { ApolloProvider } from '@apollo/client'
import { TokenRefreshLink } from 'apollo-link-token-refresh'
import jwtDecode from 'jwt-decode'
import { createApolloClient } from './providers/nhost-apollo-provider'
const nhostClient = new NhostClient({