UNPKG
insite-cookie
Version:
latest (2.4.0)
2.4.0
2.3.5
2.3.3
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.30
2.0.29
2.0.28
2.0.24
2.0.23
2.0.22
2.0.21
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.4
2.0.3
2.0.2
2.0.0
1.0.46
1.0.45
1.0.44
1.0.43
1.0.42
1.0.41
1.0.40
1.0.38
1.0.37
Cookie-based auth for inSite (client + server)
github.com/nesvet/insite
nesvet/insite
insite-cookie
/
dist
/
server
/
types.d.ts
11 lines
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
type
Cookie
=
Record
<
string
,
string
>;
export
type
CookieOptions
= {
maxAge
?:
number
;
expiresAt
?:
Date
;
domain
?:
string
;
path
?:
false
|
string
|
null
;
secure
?:
boolean
;
httpOnly
?:
boolean
;
sameSite
?:
string
; };
//# sourceMappingURL=types.d.ts.map