MCPcopy Create free account
hub / github.com/TanStack/router / useAppSession

Function useAppSession

e2e/solid-start/basic-auth/src/utils/session.ts:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7}
8
9export function useAppSession() {
10 return useSession<SessionUser>({
11 password: 'ChangeThisBeforeShippingToProdOrYouWillBeFired',
12 })
13}

Callers 4

signup.tsxFile · 0.90
logout.tsxFile · 0.90
_authed.tsxFile · 0.90
__root.tsxFile · 0.50

Calls 1

useSessionFunction · 0.90

Tested by

no test coverage detected