Expand description
Advanced Session Management for Supabase
This module provides comprehensive session management functionality including:
- Cross-tab session synchronization
- Platform-aware session storage (localStorage/IndexedDB/filesystem)
- Session encryption and secure storage
- Real-time session monitoring and events
- Offline session caching
- Session state persistence
Modules§
- encryption
- Session encryption utilities
- native
- Native-specific session management implementations
- storage
- Session storage backends
Structs§
- Cross
TabMessage - Cross-tab synchronization message
- Session
Data - Enhanced session data with metadata
- Session
Location - Geographic location information
- Session
Manager - Advanced Session Manager with cross-platform support
- Session
Manager Config - Session manager configuration
- Session
Metadata - Session metadata for tracking and analytics
Enums§
- Session
Event - Session event types for monitoring
- Session
Source - Session source enumeration
Traits§
- Cross
TabChannel - Cross-tab communication channel
- Session
Storage - Session storage backend trait for cross-platform implementation
Type Aliases§
- Session
Event Callback - Session event callback type