tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
6
fork
atom
Openstatus
www.openstatus.dev
6
fork
atom
overview
issues
pulls
pipelines
openstatus
/
apps
/
status-page
/
src
/
lib
/
protected.ts
at
main
3 lines
89 B
view raw
wrap content
Maximilian Kaske
feat: status page v2 (#1354)
6mo ago
d35821fe
1
export
function
createProtectedCookieKey
(
value
:
string
)
{
2
return
`
secured-
${
value
}
`
;
3
}