A Neo4j session store that I created a while back for a project. The project was using Neo4j as the database layer, so I figured why not use it as a session store as well. Unfortunately, I ended up not using sessions, and went for JWT authentication instead, so this package was never used at the end.
I hope some may find it useful and would love to hear feedbacks from everyone.