Why is @supabase/auth-helpers-nextjs replaced by @supabase/ssr ?

In the old documentation we had, we used
import { createRouteHandlerClient } from "@supabase/auth-helpers-nextjs";
import { cookies } from "next/headers";
const supabase = createRouteHandlerClient({ cookies });

to access an authenticated user's session

Except during the Nextjs13 conf you announced a brand new method with /ssr
I can't understand what the purpose of this change is, knowing that the old way of doing things was already ssr?

https://github.com/vercel/next.js/blob/b9dd6c4ff6b025453504c6a5669094260c23ca1b/examples/with-supabase/utils/supabase/server.ts

thank you for your help
Was this page helpful?