Authentication and real-time communication
Improved secure authentication and expanded real-time chat and calling capabilities.
Real-time call signaling
Added signaling support for real-time voice and video communication through chat conversations.
Call offer and answer relay
Added support for relaying call offers, answers, and connection candidates between conversation participants.
Authenticated chat connections
Added token handling for authenticated SignalR chat connections.
.NET 9 token compatibility
Updated JWT processing to support the newer token format used by .NET 9 while preserving compatibility with previous token handlers.
Conversation group handling
Simplified and standardized real-time chat conversation group management.
SignalR authentication
Fixed authentication issues affecting real-time chat connections.
JWT validation reliability
Fixed token-validation failures caused by differences between JWT token handlers.