File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1+ [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/Elius94/users-session-manager/Node.js%20Package )] ( https://github.com/Elius94/users-session-manager/actions/workflows/release-package.yml ) [ ![ npm version] ( https://badge.fury.io/js/users-session-manager.svg )] ( https://npmjs.com/package/users-session-manager ) [ ![ npm] ( https://img.shields.io/npm/dt/users-session-manager )] ( https://npmjs.com/package/users-session-manager ) ![ npm bundle size] ( https://img.shields.io/bundlephobia/min/users-session-manager ) ![ GitHub] ( https://img.shields.io/github/license/elius94/users-session-manager )
2+
13# users-session-manager
24A simple Node.js module to manage users sessions on a web application or any kind of JS apps
35It uses a Singleton pattern to ensure that only one instance of the module is running at a time.
@@ -8,7 +10,7 @@ Every session has a setTimeout that expires after a certain time (setSessionTime
810When a user logs out, the session is deleted from the class.
911Every action fires an event that can be used to listen to the session manager.
1012
11- [ ![ Readme Card] ( https://github-readme-stats.vercel.app/api/pin/?username=elius94&repo=users-session-manager&theme=github_dark&show_icons=true )] ( https://github.com/Elius94/users-session-manager )
13+ [ ![ Readme Card] ( https://github-readme-stats.vercel.app/api/pin/?username=elius94&repo=users-session-manager&theme=github_dark&show_icons=true )] ( https://github.com/Elius94/users-session-manager )
1214
1315## Installation
1416
You can’t perform that action at this time.
0 commit comments