Is there a way to pass context or cookies to the client provider?
I have the authorization cookies stored in HTTP-only cookies but I need to pass them to the api provider wich is client side without exposing the cookies.
I have the session cookies which contain the authorization token in the TRPC context but I cannot find a way to pass the context from there to the client provider.
Anyone knows a way I can set this header using my cookies either with context, passing the cookie directly or any other aproach?
Thanks in advance
0 Replies