MCPcopy
hub / github.com/nextauthjs/next-auth / post

Function post

src/client/_utils.ts:98–104  ·  view source on GitHub ↗

Notify other tabs/windows.

(message: Record<string, unknown>)

Source from the content-addressed store, hash-verified

96 },
97 /** Notify other tabs/windows. */
98 post(message: Record<string, unknown>) {
99 if (typeof window === "undefined") return
100 localStorage.setItem(
101 name,
102 JSON.stringify({ ...message, timestamp: now() })
103 )
104 },
105 }
106}

Callers

nothing calls this directly

Calls 1

nowFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…