Vilian
Vilian7d ago

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
coder2000
coder20006d ago
Cookies cannot be set in a TRPC router so server actions may be the preferred method.

Did you find this page helpful?