Skip to content

Latest commit

 

History

History
124 lines (75 loc) · 3.86 KB

File metadata and controls

124 lines (75 loc) · 3.86 KB

Changelog

All notable changes to this project will be documented in this file.

[0.7.2] - 2026-04-09

@okta/spa-platform

Fixed

  • Fixes package exports to ensure @okta/oauth2-flows is truly an optional dependency (#28)

[0.7.1] - 2026-04-06

@okta/auth-foundation

Added

  • Added invalidateToken abstract method to TokenOrchestrator (#26)

Fixed

  • FetchClient will now remove tokens when 401 is received (via invalidateToken) (#26)

@okta/spa-platform

Added

  • Implements invalidateToken within HostOrchestrator and AuthorizationCodeFlowOrchestrator (#26)

[0.7.0] - 2026-03-19

@okta/auth-foundation

Added

  • Warnings for mismatched TaskBridge message versions (#21)

[0.6.0] - 2026-03-18

@okta/auth-foundation

Added

  • Clock synchronization with Authorization Server (#16)

Changed

  • Refactored to PlatformRegistry pattern (#18)

@okta/oauth2-flows

Changed

  • Refactored to PlatformRegistry pattern (#18)

@okta/spa-platform

Changed

  • Refactored to PlatformRegistry pattern (#18)

[0.5.4] - 2025-12-09

@okta/auth-foundation

Fixed

  • Improved EventEmitter typing within abstract classes (#12)

@okta/oauth2-flows

Fixed

  • Improved EventEmitter typing within abstract classes (#12)

@okta/spa-platform

Fixed

  • Improved EventEmitter typing within abstract classes (#12)

[0.5.3] - 2025-12-05

@okta/auth-foundation

Added

  • Adds object hashing function to produce predictable cache keys (#11)

@okta/oauth2-flows

Fixed

  • Added context to errors thrown in AuthorizationCodeFlow (#9)
  • Fixed Token.Metadata handling in TokenStorage (#10)

@okta/spa-platform

Fixed

  • Improved local cache in HostOrchestrator.SubApp (#11)

[0.5.2] - 2025-11-25

@okta/auth-foundation

Added

  • Adds defaults to Configuration classes (#8)

Fixed

  • APIClient improvements (#7)

[0.5.1] - 2025-11-12

@okta/auth-foundation

Added

  • Adds TaskBridge (bi-directional messaging) class (#4)

Fixed

  • Upgraded TypeScript target to es2022 (#2)

@okta/oauth2-flows

Added

  • Adds LogoutFlow abstract class (#1)

Fixed

  • Upgraded TypeScript target to es2022 (#2)

@okta/spa-platform

Added

  • Adds POST submit for /logout endpoint (#1)

Fixed

  • Refactors HostOrchestrator to utilize TaskBridge (#4)
  • Upgraded TypeScript target to es2022 (#2)