strapi-plugin-magic-sessionmanager 4.4.1 → 4.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/server/index.js +1 -1
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -95,6 +95,11 @@ Track logins, monitor active users, and secure your app with one simple plugin.
|
|
|
95
95
|
**When users logout:**
|
|
96
96
|
- Plugin marks their session as "logged out"
|
|
97
97
|
- They disappear from the active sessions list
|
|
98
|
+
- Manual logout permanently blocks session reactivation (security feature)
|
|
99
|
+
|
|
100
|
+
**Session Timeout vs Manual Logout:**
|
|
101
|
+
- **Timeout:** Session can be reactivated on next request (seamless UX)
|
|
102
|
+
- **Manual Logout:** Session is permanently terminated (security-first)
|
|
98
103
|
|
|
99
104
|
**While users are active:**
|
|
100
105
|
- Plugin updates their "last seen" time
|
package/dist/server/index.js
CHANGED
package/dist/server/index.mjs
CHANGED
package/package.json
CHANGED