I have my auth.ts on my expressjs backend and my auth-client.ts in my nextjs frontend but I want to get user info in my nextjs on server side can I add a second auth.ts file in my nextjs frontend so I will be able to use auth.api.getSession() in server side on my nextjs frontend while keeping the principal auth.ts in my beckend (expressjs) ?