implement stripe and idenfy webhooks support

This commit is contained in:
Timur Gordon
2025-07-08 22:49:47 +02:00
parent 7dfd54a20a
commit 93977bad7a
129 changed files with 9655 additions and 3640 deletions

View File

@@ -1,8 +1,8 @@
//! End-to-end example demonstrating client_ws and server_ws working together
//! End-to-end example demonstrating client_ws and server working together
//!
//! This example:
//! 1. Starts a Redis server
//! 2. Starts a server_ws instance with authentication enabled
//! 2. Starts a server instance with authentication enabled
//! 3. Creates a client_ws instance with authentication
//! 4. Demonstrates the complete authentication flow
//! 5. Sends authenticated requests and receives responses