UNPKG
@omneedia/client-js
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.1
2.0.0
Isomorphic Javascript client for Omneedia
github.com/omneedia/client-js
omneedia/client-js
@omneedia/client-js
/
dist
/
module
/
lib copy
/
constants.js
8 lines
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
const
COOKIE_OPTIONS
= {
name
:
'oa:token'
,
lifetime
:
60
*
3600
*
8
,
domain
:
''
,
path
:
'/'
,
sameSite
:
'lax'
, };
//# sourceMappingURL=constants.js.map