Skip to content

webauthz/sdk-app-data-memory-js

Repository files navigation

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

About

In-memory storage for Webauthz NodeJS application SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published