You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduce LSPS5ServiceHandler to manage webhook registration, listing, and removal.
- Define LSPS5ServiceConfig for service settings including webhook limits, notification cooldown, and signature storage.
- Integrate a custom HTTP client abstraction with a default reqwest-based implementation.
- Leverage Tokio runtime for asynchronous delivery of webhook notifications.
- Implement notification broadcasting with replay attack prevention and cooldown enforcement.
- Emit events for webhook registration and notifications.
0 commit comments