blueprint-auth 0.2.0-alpha.3

Blueprint HTTP/WS Authentication
Documentation

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