debug for st sessions

This commit is contained in:
2025-08-30 15:41:07 -05:00
parent f0f5bb786e
commit c37e8e8eb7
3 changed files with 9 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ export const verifySuperTokensSession = async (
if (session?.needsRefresh) {
logger.info("Session refreshing...");
await refreshSession(request, response);
session = await getSessionForStart(request, { sessionRequired: false });
}
const userAuthId = session?.userId;