get-convex / convex-auth

Library for built-in auth
https://labs.convex.dev/auth
51 stars 15 forks source link

Next.js: Support sharing auth across domains #49

Open xixixao opened 2 months ago

xixixao commented 2 months ago

Relevant discord thread: https://discord.com/channels/1019350475847499849/1270898084418949213/1271062187968036928

We currently use cookies for storing the refresh token, and prevent cross-domain requests.