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
session-token
session-token
and
csrf-token
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