Search
Preparing search index...
The search index is not available
⚡️Boltwall⚡️
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"src/index"
External module "src/index"
Index
Variables
SESSION_
SECRET
discharge
Macaroon
keys
root
Macaroon
Functions
boltwall
Variables
SESSION_
SECRET
SESSION_
SECRET
:
any
Const
discharge
Macaroon
discharge
Macaroon
:
RequestHandler
= cookieSession({name: 'dischargeMacaroon',maxAge: 86400000,secret: SESSION_SECRET,keys,overwrite: true,signed: true,})
Const
keys
keys
:
any
[]
= SESSION_SECRET ? [SESSION_SECRET] : []
Const
root
Macaroon
root
Macaroon
:
RequestHandler
= cookieSession({name: 'macaroon',maxAge: 86400000,secret: SESSION_SECRET,keys,overwrite: true,signed: true,})
Functions
boltwall
boltwall
(
config
:
BoltwallConfig
)
:
Function
Parameters
config:
BoltwallConfig
Returns
Function
Globals
"src/index"
SESSION_
SECRET
discharge
Macaroon
keys
root
Macaroon
boltwall
Generated using
TypeDoc