Next-auth signIn server-side
Answered
Wuchang bream posted this in #help-forum
Wuchang breamOP
next-auth provides signIn() which can be called client-side only is there any way combine "Server-Actions" with next-auth to signIn the user server-side ?Answered by fuma
No,
signIn should be called at the client side. Next Auth doesn't have extra functionality for Server Actions since it's not a stable API.1 Reply
No,
signIn should be called at the client side. Next Auth doesn't have extra functionality for Server Actions since it's not a stable API.Answer