Open willwill96 opened 1 week ago
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
auth-docs | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 9, 2024 2:48am |
@willwill96 is attempting to deploy a commit to the authjs Team on Vercel.
A member of the Team first needs to authorize it.
โ๏ธ Reasoning
Currently, if you have your next-auth
SessionProvider
is configured to point to a separate domain from the next.js app, next-auth related cookies will not be sent in your requests. In order to send cookies on cross-origin request, you have to use{ credentials: 'include' }
when you make your fetch request. This approach allows users to pass custom fetch options that will be passed to the underlyingfetch
calls.๐งข Checklist
๐ซ Affected issues
(These are discussions, not issues):
Fixes: https://github.com/nextauthjs/next-auth/discussions/12203 Fixes: https://github.com/nextauthjs/next-auth/discussions/8799
๐ Resources