What is the best way to enforce the cookie domain? Setting the defaultCookieAttributes.domain to "localhost" seems to prevent the authClient (on the client) from setting the cookie after successful login.
However, I need my cookies to have a localhost domain attributes, otherwise my Start app (access on localhost:3000) won't receive the header.
Anyone ever have a similar issue?