# blueprint-auth
Authentication and authorization toolkit for Blueprint services.
This crate provides request auth primitives and an auth proxy surface (API keys, short-lived access tokens, and policy-aware request validation) for HTTP/WS service edges.
## What it includes
- API key + token flows
- Request auth context extraction
- Proxy/server auth modules
- TLS and certificate helpers for secure service edges
## Related links
- Source: https://github.com/tangle-network/blueprint/tree/main/crates/auth
- Auth proxy docs: https://docs.tangle.tools/developers/blueprint-auth