© 2026 Hedgehog Software, LLC
hooks.server.ts
const session = await auth.api.getSession({ headers: event.request.headers, }); console.log("Session data:"); console.log(session);
null