Skip to content

v4.26.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 12:19
ae12f99

Added

  • feat: add session transfer token support to CTE #2734 (Piyush-85)
  • feat: add revokeRefreshToken() and revoke refresh token on logout for… #2751 (Piyush-85)

Fixed

  • fix: preserve ports for insecure issuer URLs #2778 (ewuerger)
  • fix: generate and store nonce in magic-link transaction for ID token … #2753 (Piyush-85)

Summary by CodeRabbit

  • New Features

    • Added session transfer token support for CTE workflows.
    • Added refresh token revocation support, including logout handling.
    • Added documentation for session transfer tokens, token types, and revocation errors.
  • Bug Fixes

    • Preserved ports in insecure issuer URLs.
    • Improved nonce handling for magic-link ID token flows.
    • Enhanced documentation styling for block mathematics.
  • Documentation

    • Updated documentation and changelog for version 4.26.0.