Framework-agnostic session management for AT Protocol applications using Iron Session encryption
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add changelog

+23
+23
CHANGELOG.md
··· 1 + # Changelog 2 + 3 + All notable changes to this project will be documented in this file. 4 + 5 + ## [0.1.1] - 2025-11-27 6 + 7 + ### Fixed 8 + 9 + - Fixed formatting issues that caused CI publish to fail 10 + 11 + ## [0.1.0] - 2025-11-27 12 + 13 + ### Added 14 + 15 + - Initial release 16 + - `SessionManager` class for framework-agnostic session management 17 + - Cookie session extraction from HTTP requests 18 + - Cookie session creation with Set-Cookie header generation 19 + - Session refresh with updated `lastAccessed` timestamp 20 + - Mobile Bearer token seal/unseal support 21 + - Bearer token validation from Authorization headers 22 + - Configurable cookie name, TTL, and logging 23 + - Full test coverage