how to use `auth.api` on other servers

I have currently made a single auth server and admin panel on users.xyz.com and using that server with
authClient
while using its URL (backend). This works fine for requests made from frontend directly directly to the auth backend.
But when we need to authenticate the user on our backend (different from auth server), then how should we do it.
Was this page helpful?