Skip to content

Version Packages - #12

Merged
sathyajithps merged 1 commit into
mainfrom
changeset-release/main
Aug 24, 2026
Merged

sathyajithps merged 1 commit into
mainfrom
changeset-release/main

Conversation

@monocloud-bot

Copy link
Copy Markdown
Collaborator

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@monocloud/authentication-api@0.1.5

Patch Changes

  • a2edb9a: Add certificate binding validation modes.

    • ValidateCertificateBinding is now a CertificateBindingValidation enum instead of a Func<HttpContext, bool>.
    • Tokens whose cnf (confirmation) claim carries an x5t#S256 thumbprint are now validated by default; previously the default never validated. Replace ValidateCertificateBinding = _ => true with CertificateBindingValidation.Required, and set CertificateBindingValidation.DangerouslyIgnore to opt out entirely.
    • A CertificateRetriever that throws now fails authentication with a 401 invalid_token challenge (Client certificate is malformed) instead of surfacing a 500.

@sathyajithps
sathyajithps merged commit 8dc2aed into main Aug 24, 2026
3 checks passed
@sathyajithps
sathyajithps deleted the changeset-release/main branch August 24, 2026 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants