8.1.1 • Published 11 months ago

@bedrock/authn-token-http v8.1.1

Weekly downloads
-
License
-
Repository
github
Last release
11 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.

8.1.0

11 months ago

8.1.1

11 months ago

8.0.0

1 year ago

7.0.2

2 years ago

7.0.0

2 years ago

6.0.0

2 years ago

7.0.1

2 years ago

5.0.0

2 years ago