How do I update the recovery password on the SSR ?

I manage user sessions on the server side using Next.js, but I don't know how to handle user password recovery on the server side, and I don't want to create a Supabase instance on the client side for this. What do you recommend ?
Was this page helpful?