1.0.7 • Published 3 years ago

neo4j-sessionstore v1.0.7

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago

neo4j-sessionstore

Usage

This can be used as a session store with express-session.

Note

The session store needs to be closed manually for now, with a call to close() like this:

const store = new Neo4jSessionStore(OPTIONS, (err) => {
        store.close();
        if (err) reject(err);
});

There is a process exit listener that tries to handle this for you.

Inspiration

Inspired by https://github.com/rafaelrpinto/dynamodb-store

There is also a Neo4j session store for Java on Jooby.io: https://jooby.io/v1/doc/neo4j/#neo4j-session-store

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago