graphql-jwt-tutorial
graphql-jwt-tutorial copied to clipboard
handling multi-domain + dev environment
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 ?