Files
cdk/crates/cdk-axum
thesimplekid e07a9c8e1e feat(cdk): add WebSocket authentication support (#1116)
* 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
2025-09-25 08:31:57 +01:00
..
2025-09-21 20:04:27 +01:00
2025-05-29 09:38:10 -04:00

CDK Axum

crates.io Documentation MIT licensed

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.