| Crates.io | agntcy-slim-auth |
| lib.rs | agntcy-slim-auth |
| version | 0.4.1 |
| created_at | 2025-06-13 13:54:56.788745+00 |
| updated_at | 2025-11-18 11:44:43.914726+00 |
| description | Authentication utilities for the Agntcy Slim framework |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1711485 |
| size | 411,429 |
This crate provides authentication and authorization capabilities for Agntcy SLIM, with a focus on JWT (JSON Web Token) authentication and SPIFFE/SPIRE integration.
This crate includes comprehensive unit tests and integration tests:
# Run unit tests only
cargo test --lib
# Run integration tests (requires Docker)
cargo test --test spiffe_integration_test -- --ignored --nocapture
# Run all tests
cargo test -- --include-ignored