in express I can do something like res.cookie("name", "value")res.cookie("name", "value") for example. alternatively I can do res.set"set-cookie", "name=value")res.set"set-cookie", "name=value").
how can I do something one of the two above with trpc?
or is there another, standardized way to do auth?
I'm using trpc v10 and sveltekit
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
t
tRPC
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.