blueprint-auth 0.2.0-alpha.3

Blueprint HTTP/WS Authentication
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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