import { auth } from "@/auth" export default async function ByPass() { const session = await auth() return
{JSON.stringify(session, null, 2)}