Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 2.47 KB

File metadata and controls

38 lines (22 loc) · 2.47 KB

@forgerock/iframe-manager

2.0.1

Patch Changes

  • #555 d849256 Thanks @ancheetah! - Fixes files distributed in sdk-effects packages. Excludes files not in /dist folder.

2.0.0

Major Changes

Patch Changes

1.3.0

Minor Changes

  • #348 beb349a Thanks @cerebrl! - Implemented token exchange within OIDC Client

  • #344 dc4d4bd Thanks @cerebrl! - Implement authorize functionality in oidc-client

    • Provide authorize URL method for URL creation
    • Provide background method for authorization without redirection
    • Introduce Micro from the Effect package
  • #412 b0f4368 Thanks @ryanbas21! - feat: Update iframe-manager

    • Updated ESLint configurations for consistent code style and linting rules.
    • Ensured compatibility with verbatimModuleSyntax by correcting type-only imports and module exports.

1.2.0

Minor Changes

  • #253 04b506c Thanks @ryanbas21! - Adds IFrame manager package to be able to create iframes and parse search params from the iframe url.