graphql-jwt-tutorial icon indicating copy to clipboard operation
graphql-jwt-tutorial copied to clipboard

handling multi-domain + dev environment

Open qpre opened this issue 5 years ago • 0 comments

Hello,

I'm digging into this great repository and I wondered what would your recommendations would be if I were to access those functions from another domain:

  • GQL API on Hasura
  • auth functions on next
  • multiple front ends on other domains

The way I see it in such case the front ends would not be able to use their refresh tokens because the cookies would be third party.

Am I missing something ?

qpre avatar Aug 31 '20 13:08 qpre