Skip to content

v0.9.4

Choose a tag to compare

@github-actions github-actions released this 08 Jun 11:37
v0.9.4
e475208

Highlights

Patch release focused on backend iconography. The generic Netresearch logo for the Passkey backend module and login icon is replaced with the official FIDO passkey mark, rendered version-aware: TYPO3 v12/v13 get a colored teal tile, while v14 gets a flat two-tone mark (a Netresearch-turquoise key on a currentColor body) that adapts to the light/dark backend. The SVGs use presentation attributes, so they stay clean under a hardened backend Content Security Policy. No functional or API changes.


Changes

  • chore(release): v0.9.4 (#69)
  • feat(backend): use FIDO passkey mark for module and login icon (#68)
  • test(e2e): target the backend module iframe by id (#67)

Installation

composer require netresearch/nr-passkeys-be

Publication status

Security

All release artifacts are signed with Sigstore keyless signing.

Verify signatures

cosign verify-blob \
  --bundle nr-passkeys-be-0.9.4.zip.sigstore.json \
  --certificate-identity-regexp "https://github.com/netresearch/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  nr-passkeys-be-0.9.4.zip

Verify checksums

sha256sum -c checksums.txt

Software Bill of Materials (SBOM)

SBOMs are provided in both SPDX and CycloneDX formats for supply chain transparency.