1 Repo
Definitions of security requirements and token flows within API specifications to guide client integration.
Distinct from HTTP Authentication Schemes: Focuses on describing and documenting the schemes for clients rather than the implementation of the schemes themselves.
Explore 1 awesome GitHub repository matching security & cryptography · Authentication Documentation. Refine with filters or upvote what's useful.
Huma is an OpenAPI REST framework for Go designed for building HTTP services with automatic OpenAPI 3.1 specification generation and JSON Schema validation. It serves as a toolkit for developing REST and RPC APIs with typed inputs and outputs, deriving interactive documentation directly from the source code. The framework distinguishes itself by automating the synchronization between implementation and documentation. It uses a content-negotiation engine to manage multiple serialization formats via client headers and employs a JSON Schema input validator to automatically verify request paramet
Defines security requirements and token flows within the specification to inform clients how to authenticate.