ideal-auth 0.5.0 → 0.5.1
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 +1 -1
- package/package.json +1 -1
- package/skills/ideal-auth/SKILL.md +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1742,7 +1742,7 @@ redirect(safeRedirect(redirectTo, '/dashboard'));
|
|
|
1742
1742
|
|
|
1743
1743
|
| Setting | Default | Notes |
|
|
1744
1744
|
|---------|---------|-------|
|
|
1745
|
-
|
|
|
1745
|
+
| `IDEAL_AUTH_SECRET` | 32+ chars | Validated at startup |
|
|
1746
1746
|
| Cookie name | `ideal_session` | Customizable |
|
|
1747
1747
|
| Session maxAge | 604,800s (7 days) | Standard session |
|
|
1748
1748
|
| Remember maxAge | 2,592,000s (30 days) | Remember me |
|