Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/index"

Index

Variables

SESSION_SECRET

SESSION_SECRET: any

Const dischargeMacaroon

dischargeMacaroon: RequestHandler = cookieSession({name: 'dischargeMacaroon',maxAge: 86400000,secret: SESSION_SECRET,keys,overwrite: true,signed: true,})

Const keys

keys: any[] = SESSION_SECRET ? [SESSION_SECRET] : []

Const rootMacaroon

rootMacaroon: RequestHandler = cookieSession({name: 'macaroon',maxAge: 86400000,secret: SESSION_SECRET,keys,overwrite: true,signed: true,})

Functions

boltwall

Generated using TypeDoc