Signing In using credentials with a server component form (nextAuth 4.24.7)
Unanswered
Order posted this in #help-forum
OrderOP
I know signing in inside client components is easy via the signIn() function built into next auth. However there's no easy way to sign in via server actions when my form is a server component. Is making an API route and using fetch inside the server component the only way?