sessionstore
There are 11 repositories under sessionstore topic.
chill117/express-mysql-session
A MySQL session store for the express framework in node
robinfehr/sessionstore
Sessionstore is a node.js module for multiple databases. It can be very useful if you work with express or connect.
f0rmiga/sessiongate
⚡️A Redis module that provides session management.
Snawoot/php-storageless-sessions
Sessions handler which stores session data in HMAC-signed and encrypted cookies
voku/session2db
:crown: Session2DB - A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.
phachon/fasthttpsession
A fast and powerful session package for fasthttp servers
f0rmiga/sessiongate-go
A driver for the SessionGate Redis module - easy session management using the Go language.
kmoskwiak/proxy-session-store
Proxy session store for express-session allows to use any session store through http API.
pratikju/dynamostore
AWS dynamodb store for gorilla sessions
KaiserWerk/sessionstore
A small Go library to manage in-memory sessions, variables and associated session cookies.
tokhy1/Expressjs_User_Authentication_API
This repository hosts a robust User Authentication API developed with ExpressJS, Passport, JWT, and MongoDB (Mongoose). It offers fundamental endpoints for user registration, login, session status checks, and logout, ensuring secure authentication and user convenience.