mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-06 14:35:31 +01:00
* feat(cdk): add WebSocket authentication support with comprehensive configuration - Add WebSocket auth token injection for client connections - Implement server-side WebSocket authentication verification - Add configuration options for per-endpoint WebSocket auth types - Include comprehensive documentation and example configuration - Support clear, blind, and no-auth modes for WebSocket endpoin
CDK Axum
ALPHA This library is in early development, the API will change and should be used with caution.
Axum web server implementation for the Cashu Development Kit (CDK). This provides the HTTP API for Cashu mints.
Installation
Add this to your Cargo.toml:
[dependencies]
cdk-axum = "*"
License
This project is licensed under the MIT License.