/opt/canhelp/node_modules/better-auth/dist/api/state
NameSizeModeActions
oauth.d.mts4720644editdlrm
oauth.mjs2700644editdlrm
oauth.mjs.map7470644editdlrm
should-session-refresh.d.mts6650644editdlrm
should-session-refresh.mjs6870644editdlrm
should-session-refresh.mjs.map8340644editdlrm
Edit: /opt/canhelp/node_modules/better-auth/dist/api/state/should-session-refresh.mjs (687B)
import { defineRequestState } from "@better-auth/core/context"; //#region src/api/state/should-session-refresh.ts /** * State for skipping session refresh * * In some cases, such as when using server-side rendering (SSR) or when dealing with * certain types of requests, it may be necessary to skip session refresh to prevent * potential inconsistencies between the session data in the database and the session * data stored in cookies. */ const { get: getShouldSkipSessionRefresh, set: setShouldSkipSessionRefresh } = defineRequestState(() => false); //#endregion export { getShouldSkipSessionRefresh, setShouldSkipSessionRefresh }; //# sourceMappingURL=should-session-refresh.mjs.map