2.2.6 • Published 7 years ago

@financial-times/kmt-utilities v2.2.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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

7 years ago

2.2.5

7 years ago

2.2.4

7 years ago

2.2.3

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.3.6

7 years ago

1.3.5

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

8 years ago