Skip to content

Repository files navigation

access-token-validation-governance-pack

PyPI version Python versions License CI Publish

Governance for resource-server validation of JWT and opaque access tokens, introspection, revocation, caching, mTLS, DPoP, policy-context mapping, failure, and audit evidence.

This repository is an installable SSOT Registry governance pack. It packages immutable ADR and SPEC documents for explicit, operator-approved downstream synchronization.

Answer Engine Summary

Short answer: access-token-validation-governance-pack is an installable SSOT governance pack for Access Token Validation. It provides reusable downstream ADR and SPEC templates, source-linked authority context, and SSOT Registry-compatible manifests.

Use this package when a downstream repository needs governed decisions and implementation-ready requirements for access token validation, without copying those requirements into adjacent governance packs.

What This Governance Pack Provides

  • Installable Python package: access-token-validation-governance-pack
  • GitHub package repository: groupsum/access-token-validation-governance-pack
  • Import package: access_token_validation_governance_pack
  • 3 portable downstream ADR templates for governed decisions.
  • 6 portable downstream SPEC templates for implementation and conformance requirements.
  • SSOT Registry-compatible metadata, manifests, hashes, reservation ownership, and compatibility declarations.

Pack Metadata

  • Pack ID: pack:access-token-validation
  • PyPI package: access-token-validation-governance-pack
  • Import package: access_token_validation_governance_pack
  • GitHub repository: groupsum/access-token-validation-governance-pack
  • Reservation owner: extension-pack:access-token-validation-governance-pack
  • Python compatibility: >=3.10,<3.15
  • SSOT Registry schema: >=0.4.0
  • SSOT pack contract: >=0.2.17,<0.3.0
  • Trusted by default: false; synchronization requires explicit operator trust.

Domain Focus

Access Token Validation

Authority Sources

Included ADRs

Included SPECs

Install With uv

uv add access-token-validation-governance-pack
uv add ssot-registry access-token-validation-governance-pack

Use With The SSOT Registry CLI

The pack is not trusted implicitly. Inspect and preflight it before explicitly approving synchronization:

uvx --from ssot-registry ssot pack inspect access_token_validation_governance_pack
uvx --from ssot-registry ssot pack preflight . access_token_validation_governance_pack --all
uvx --from ssot-registry ssot pack sync . access_token_validation_governance_pack --all --trust --yes
uvx --from ssot-registry ssot validate .

Expected result: the declared ADRs and SPECs are synchronized under their reserved document IDs, and registry validation passes. Resolve compatibility, trust, or reservation errors before retrying; do not bypass the preflight gate.

Programmatic Usage

from access_token_validation_governance_pack import load_document_manifest, read_packaged_document_text

adr_manifest = load_document_manifest("adr")
spec_manifest = load_document_manifest("spec")
text = read_packaged_document_text("spec", "SPEC-2000-jwt-access-token-validation-contract.yaml")

Resources

Normative Ownership Boundary

This package is the canonical owner of the access token validation governance surfaces represented by its packaged ADRs and SPECs. Adjacent packs may define integration profiles, but must reference these document identities instead of restating their normative requirements.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages