strapi-plugin-magic-sessionmanager 3.4.0 → 3.6.0

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.
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Magic Session Manager - Advanced Session Management for Strapi v5
3
+ *
4
+ * Copyright (c) 2025 Schero D.
5
+ *
6
+ * Licensed under the MIT License
7
+ *
8
+ * This plugin is free to use for personal and commercial projects.
9
+ *
10
+ * IMPORTANT RESTRICTION:
11
+ * The license validation system (license-guard.js and related components)
12
+ * must remain intact and functional. Removing or bypassing this system
13
+ * is strictly prohibited.
14
+ *
15
+ * See LICENSE file for full terms.
16
+ *
17
+ * Repository: https://github.com/Schero94/Magic-Sessionmanager
18
+ * Issues: https://github.com/Schero94/Magic-Sessionmanager/issues
19
+ */
20
+
package/LICENSE CHANGED
@@ -12,6 +12,12 @@ furnished to do so, subject to the following conditions:
12
12
  The above copyright notice and this permission notice shall be included in all
13
13
  copies or substantial portions of the Software.
14
14
 
15
+ **ADDITIONAL CONDITION:**
16
+ The license validation system (including but not limited to license-guard.js,
17
+ license controller, and related API endpoints) must remain intact and functional.
18
+ Removing, bypassing, or disabling the license validation system is strictly
19
+ prohibited.
20
+
15
21
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
22
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
23
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
package/README.md CHANGED
@@ -11,6 +11,19 @@ Track logins, monitor active users, and secure your app with one simple plugin.
11
11
 
12
12
  ## 📸 What It Looks Like
13
13
 
14
+ ### Homepage Widget - Quick Stats at a Glance
15
+
16
+ ![Online Users Widget](pics/widget.png)
17
+
18
+ **On your Strapi homepage:**
19
+ - See online users instantly
20
+ - Active in last 15/30 minutes
21
+ - Total users count
22
+ - Blocked users count
23
+ - No need to navigate anywhere!
24
+
25
+ ---
26
+
14
27
  ### Main Dashboard - See All Active Sessions
15
28
 
16
29
  ![Dashboard](pics/dashboard.png)
@@ -471,10 +484,37 @@ A: Not yet, but it's planned for future versions!
471
484
 
472
485
  ## 📄 License
473
486
 
474
- **MIT License** - Free to use!
487
+ **MIT License** - Free to use for personal and commercial projects!
475
488
 
476
489
  **Copyright © 2025 Schero D.**
477
490
 
491
+ ### Important License Restriction
492
+
493
+ This plugin is **free and open source**, BUT:
494
+
495
+ ⚠️ **You CANNOT modify the license validation system**
496
+
497
+ This means:
498
+ - ❌ Cannot remove `license-guard.js`
499
+ - ❌ Cannot bypass license activation
500
+ - ❌ Cannot disable license checks
501
+ - ❌ Cannot modify license-related endpoints
502
+
503
+ **Why?** The license system ensures:
504
+ - Quality and ongoing support
505
+ - Spam prevention
506
+ - Usage analytics for improvements
507
+ - Fair use tracking
508
+
509
+ **What you CAN do:**
510
+ - ✅ Use freely (personal & commercial)
511
+ - ✅ View and study source code
512
+ - ✅ Report issues and contribute
513
+ - ✅ Deploy in production without fees
514
+ - ✅ Integrate in your projects
515
+
516
+ See [LICENSE](./LICENSE) and [COPYRIGHT_NOTICE.txt](./COPYRIGHT_NOTICE.txt) for full terms.
517
+
478
518
  ---
479
519
 
480
520
  **Made with ❤️ for Strapi v5**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.4.0",
2
+ "version": "3.6.0",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "strapi-plugin",
@@ -33,6 +33,7 @@
33
33
  "strapi-server.js",
34
34
  "README.md",
35
35
  "LICENSE",
36
+ "COPYRIGHT_NOTICE.txt",
36
37
  "pics"
37
38
  ],
38
39
  "scripts": {
Binary file