Set server response headers from TRPC standalone adapter
Hi
I am trying to implement my own authentication in Trpc. For this I need to create a session on the backend and return appropriate headers like set cookie for
How can I set these headers from within a mutation when using the standalone adapter.
Could find anything here or in the docs. Thank you
I am trying to implement my own authentication in Trpc. For this I need to create a session on the backend and return appropriate headers like set cookie for
session-token and csrf-token. How can I set these headers from within a mutation when using the standalone adapter.
Could find anything here or in the docs. Thank you