Is it possible to pass access tokens to react server components?
I have an access token that's stored in local storage. Using the access token in client components is no problem since it has access to window, but for react server components this isn't the case.
Is there a way to pass in access tokens into react server components? Such as through a custom header?
Is there a way to pass in access tokens into react server components? Such as through a custom header?
