Skip to content

core: v1.0.0

Choose a tag to compare

@arobson arobson released this 20 Aug 09:42
8ab5f83

1.0.0 (2026-08-20)

⚠ BREAKING CHANGES

  • core: perTenantJwksKeyProvider's first parameter changes from a baseDomain string to a (tenantSlug) => string | undefined | Promise<string | undefined> resolver function. Callers (tower, and web once it adopts this) must supply a resolver instead of a baseDomain -- see ADR 0091 for the recommended tower-backed, cached implementation.

Features

  • core: perTenantJwksKeyProvider takes a domain resolver, not a baseDomain string (382c563)