9.0.0 • Published 10 months ago

@bedrock/authn-token-http v9.0.0

Weekly downloads
-
License
-
Repository
github
Last release
10 months ago

bedrock-authn-token-http

HTTP API for bedrock-authn-token

Usage

This module requires the use of Express sessions. There are two requirements for properly implementing sessions in a Bedrock application.

First, Express sessions must be enabled via the Bedrock config.

import bedrock from 'bedrock';
import 'bedrock-express';

bedrock.config.express.useSession = true;

Second, an Express session store must be integrated into the Bedrock application. bedrock-session-mongod is commonly used for this purpose. Without a proper session store, the in-memory store included with Express will cause memory leaks.

9.0.0

10 months ago

8.1.0

3 years ago

8.1.1

3 years ago

8.0.0

3 years ago

7.0.2

4 years ago

7.0.0

4 years ago

6.0.0

4 years ago

7.0.1

4 years ago

5.0.0

4 years ago