2.2.6 • Published 6 years ago

@financial-times/kmt-utilities v2.2.6

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

kmt-utilities

Common middleware and server side helpers for KAT microservices.

KAT (Knowledge & administration tools) is an ft.com application created for Financial Times B2B clients.

Usage

npm install --save @financial-times/kmt-utilities

Example using the initCookieSession middleware. See index.js for exposed functions.

const { initCookieSession } = require('@financial-times/kmt-utilities');

app.use(initCookieSession);

An API key for the services in this package is required. Details on obtaining one for your application can be found in the membership api gateway guide.

Development

git clone git@github.com:Financial-Times/kmt-utilities.git
cd kmt-utilities
make install

Environment Variables

make .env

Tests

make test
2.2.6

6 years ago

2.2.5

6 years ago

2.2.4

6 years ago

2.2.3

6 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago