Skip to content

Latest commit

 

History

History
73 lines (28 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

73 lines (28 loc) · 2.79 KB

2.0.0 (2024-10-02)

Bug Fixes

  • add oidc-provider as a peer dependency (a3b1749)
  • export only public constants (d936a8e)
  • remove duplicated oidc types (90ac2a7)
  • use eval to skip dynamic import transpilation (0862584)

Build System

  • deps: upgrade oidc-provider to version 8.5.1 (4532f12)

Features

  • add new OidcSession decorator (7a70e89)
  • add support for oidc-provider@8 (b40ca5a)

BREAKING CHANGES

  • deps: The InteractionDetails type has been renamed to Interaction and is now exported directly from oidc-provider.

1.1.0 (2022-09-22)

Features

  • add factory property to module options (c7c4a06)
  • add proxy property to module options (75697ee), closes #9

1.0.7 (2022-09-16)

1.0.6 (2022-02-04)

1.0.5 (2022-02-04)

1.0.4 (2022-02-04)

1.0.3 (2022-02-04)

1.0.2 (2022-02-04)

Bug Fixes

  • handle versioning in url properly (5c35623)

1.0.1 (2022-02-01)

Features

  • create first lib version (0420c27)