Supabase auth NextJs why action?
in the supabase auth docs https://supabase.com/docs/guides/auth/server-side/nextjs?queryGroups=router&router=app
In the login page, why should we use a server action for login instead of using the Supabase frontend client thats created in the beginning of that doc?
In the login page, why should we use a server action for login instead of using the Supabase frontend client thats created in the beginning of that doc?

