signup/signin
I'm using theo's t3 stack and i'm wondering about user authentication.
When signing in or up users, should i prefer nextjs's server actions or trpc ?
1 Reply
Cookies cannot be set in a TRPC router so server actions may be the preferred method.