8.2.1 • Published 2 years ago

brightspace-auth-keys-redis-store v8.2.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
2 years ago

brightspace-auth-keys-redis-store

Build Status

Redis-backed public key store implementation for brightspace-auth-keys.

Install

npm install brightspace-auth-keys brightspace-auth-keys-redis-store --save

Usage

const KeyGenerator = require('brightspace-auth-keys').KeyGenerator;
const redis = require('redis');
const RedisPublicKeyStore = require('brightspace-auth-keys-redis-store');

module.exports = new KeyGenerator({
	publicKeyStore: new RedisPublicKeyStore(
		redis.createClient()
	),
	// see brightspace-auth-keys for the full set of options
});
8.2.1

2 years ago

8.2.0

2 years ago

8.1.0

3 years ago

8.0.0

4 years ago

7.0.1

4 years ago

7.0.0

5 years ago

6.0.2

6 years ago

6.0.1

6 years ago

6.0.0

6 years ago