Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/context-space/context-space
/ getServerToken
Function
getServerToken
web/src/lib/supabase/server.ts:25–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
export
async
function
getServerToken() {
26
const
supabase =
await
createClient()
27
const
{ data: { session } } =
await
supabase.auth.getSession()
28
return
session?.access_token
29
}
Callers
6
handleRequest
Method · 0.90
generateMetadata
Function · 0.90
IntegrationPage
Function · 0.90
IntegrationsPage
Function · 0.90
GET
Function · 0.90
POST
Function · 0.90
Calls
1
createClient
Function · 0.70
Tested by
no test coverage detected