Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
export
function
useAppSession() {
10
return
useSession<SessionUser>({
11
password:
'ChangeThisBeforeShippingToProdOrYouWillBeFired'
,
12
})
13
}
Callers
4
signup.tsx
File · 0.90
logout.tsx
File · 0.90
_authed.tsx
File · 0.90
__root.tsx
File · 0.50
Calls
1
useSession
Function · 0.90
Tested by
no test coverage detected