Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Openpanel-dev/openpanel
/ deleteSessionTokenCookie
Function
deleteSessionTokenCookie
packages/auth/src/cookie.ts:25–30 ·
view source on GitHub ↗
(setCookie: ISetCookie)
Source
from the content-addressed store, hash-verified
23
}
24
25
export
function
deleteSessionTokenCookie(setCookie: ISetCookie): void {
26
setCookie(
'session'
,
''
, {
27
maxAge: 0,
28
...COOKIE_OPTIONS,
29
});
30
}
Callers
2
user.ts
File · 0.90
auth.ts
File · 0.90
Calls
1
setCookie
Function · 0.85
Tested by
no test coverage detected