blueprint-auth 0.2.0-alpha.11

Blueprint HTTP/WS Authentication
docs.rs failed to build blueprint-auth-0.2.0-alpha.11
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: blueprint-auth-0.2.0-alpha.10

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