| Age | Commit message (Expand) | Author |
|---|---|---|
| 2025-04-08 | drop SESSION-specific stuff and move encrypt/decrypt helpers to a separate cl... | Andrew Dolgov |
| 2025-04-07 | rename SODIUM_ENCRYPTION_KEY to SESSION_ENCRYPTION_KEY and move related stuff... | Andrew Dolgov |
| 2025-04-07 | add optional encryption for stored session data using Sodium library | Andrew Dolgov |
| 2025-04-07 | allow setting lifetime to 0 for session cookies | Andrew Dolgov |
| 2024-12-14 | Remove use of 'ReturnTypeWillChange'. | wn_ |
| 2024-11-23 | Use native union types in most places. | wn_ |
| 2024-07-12 | Move side effects out of the 'Sessions' constructor. | wn_ |
| 2024-07-11 | Add and use the 'Sessions' class. | wn_ |