# threatflux-core
Core types and utilities for the ThreatFlux security platform.
## Features
- Core authentication types and models
- Database schema utilities with SQLx
- JWT token handling
- Input validation utilities
- Common error types
## Installation
Add this to your `Cargo.toml`:
```toml
[dependencies]
threatflux-core = "0.1"
```
## License
MIT License - see [LICENSE](../../LICENSE) for details.