@webauthz/sdk-app-data-memory-js

1.1.1 • Public • Published

sdk-app-data-memory-js

In-memory storage implementation for Webauthz NodeJS application SDK.

Usage

const { WebauthzMemoryDatabase } = require('@webauthz/sdk-app-data-memory-js');
const { Webauthz } = require('@webauthz/sdk-app-core-node-js');

const database = new WebauthzMemoryDatabase();
const webauthzPlugin = new Webauthz({ database, ...otherSettings });

Build

npm run lint
npm run build

Readme

Keywords

Package Sidebar

Install

npm i @webauthz/sdk-app-data-memory-js

Weekly Downloads

0

Version

1.1.1

License

BSD-2-Clause

Unpacked Size

13.3 kB

Total Files

5

Last publish

Collaborators

  • jbuhacoff