Directories
¶
| Path | Synopsis |
|---|---|
|
Package echoauth wires the tenant authentication scheme into Echo: a middleware that verifies the per-request credential and enforces the HTTP extension claim (httpauth.Ext), built on httpauth's verification core.
|
Package echoauth wires the tenant authentication scheme into Echo: a middleware that verifies the per-request credential and enforces the HTTP extension claim (httpauth.Ext), built on httpauth's verification core. |
|
Package echosig wires per-message proofs of origin (valiss message tokens) into Echo: a middleware that verifies the token on every incoming request, built on httpsig's receiving core, including the receiving side of chain negotiation.
|
Package echosig wires per-message proofs of origin (valiss message tokens) into Echo: a middleware that verifies the token on every incoming request, built on httpsig's receiving core, including the receiving side of chain negotiation. |
|
Package ginauth wires the tenant authentication scheme into Gin: a middleware that verifies the per-request credential and enforces the HTTP extension claim (httpauth.Ext), built on httpauth's verification core.
|
Package ginauth wires the tenant authentication scheme into Gin: a middleware that verifies the per-request credential and enforces the HTTP extension claim (httpauth.Ext), built on httpauth's verification core. |
|
Package ginsig wires per-message proofs of origin (valiss message tokens) into Gin: a middleware that verifies the token on every incoming request, built on httpsig's receiving core, including the receiving side of chain negotiation.
|
Package ginsig wires per-message proofs of origin (valiss message tokens) into Gin: a middleware that verifies the token on every incoming request, built on httpsig's receiving core, including the receiving side of chain negotiation. |
|
Package grpcauth wires the tenant authentication scheme into gRPC: server interceptors that verify the per-request credential and enforce the gRPC extension claim (Ext), and a client per-RPC credential that attaches the credential.
|
Package grpcauth wires the tenant authentication scheme into gRPC: server interceptors that verify the per-request credential and enforce the gRPC extension claim (Ext), and a client per-RPC credential that attaches the credential. |
|
Package grpcsig wires per-message proofs of origin (valiss message tokens) into gRPC: a client unary interceptor that mints a token per call and a server unary interceptor that verifies it offline against the operator public key.
|
Package grpcsig wires per-message proofs of origin (valiss message tokens) into gRPC: a client unary interceptor that mints a token per call and a server unary interceptor that verifies it offline against the operator public key. |
|
Package httpauth wires the tenant authentication scheme into net/http: a server middleware that verifies the per-request credential and enforces the HTTP extension claim (Ext), and a client http.RoundTripper that attaches the credential.
|
Package httpauth wires the tenant authentication scheme into net/http: a server middleware that verifies the per-request credential and enforces the HTTP extension claim (Ext), and a client http.RoundTripper that attaches the credential. |
|
Package httpsig wires per-message proofs of origin (valiss message tokens) into net/http: a client Transport that mints a token per outgoing request and a server middleware that verifies it offline against the operator public key.
|
Package httpsig wires per-message proofs of origin (valiss message tokens) into net/http: a client Transport that mints a token per outgoing request and a server middleware that verifies it offline against the operator public key. |
Click to show internal directories.
Click to hide internal directories.