strapi-plugin-magic-sessionmanager 3.3.1 → 3.3.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 +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -548,8 +548,20 @@ node test-session-manager.js
|
|
|
548
548
|
|
|
549
549
|
# Look for "USER TEST 5: Blocked Refresh Token Test"
|
|
550
550
|
# Should show: ✅ Refresh token BLOCKED as expected!
|
|
551
|
+
|
|
552
|
+
# Note: Tests include delays to avoid rate limiting
|
|
553
|
+
# Total runtime: ~45-60 seconds (includes 8s pause before refresh token test)
|
|
551
554
|
```
|
|
552
555
|
|
|
556
|
+
**Troubleshooting Tests:**
|
|
557
|
+
|
|
558
|
+
If you get "Too many requests":
|
|
559
|
+
- Tests include 1-5 second delays between requests (8s before final test)
|
|
560
|
+
- Strapi may have aggressive rate limiting enabled
|
|
561
|
+
- **Wait 3-5 minutes** and run tests again
|
|
562
|
+
- Or disable rate limiting in Strapi config temporarily for testing
|
|
563
|
+
- Or run individual tests instead of full suite
|
|
564
|
+
|
|
553
565
|
### Multi-Login Behavior
|
|
554
566
|
|
|
555
567
|
**Strapi Default:** Allows multiple simultaneous logins
|
package/package.json
CHANGED