Skip to content

Releases: authts/react-oidc-context

v2.2.2

15 Feb 07:38
Compare
Choose a tag to compare

react-oidc-context 2.2.2 is a bugfix release.

Changelog:

  • #613: add signoutSilent support

thanks to @jgregory-apogee

v2.2.1

20 Jan 15:07
Compare
Choose a tag to compare

react-oidc-context 2.2.1 is a bugfix release.

Changelog:

  • #620: add "types" path to exports in package.json
  • #598: fix error when user.state is set to undefined

thanks to @jrgermain, @bryht and @piwysocki

v2.2.0

14 Sep 09:44
Compare
Choose a tag to compare

react-oidc-context 2.2.0 is a minor release.

Changelog:

  • #331: allow passing an UserManager instance and deprecate passing an UserManager interface
  • #464: fix example build error

v2.1.1

07 Jul 06:24
Compare
Choose a tag to compare

react-oidc-context 2.1.1 is a bug fix release.

Changelog:

  • #401: ensure React.StrictMode is working

v2.1.0

17 Feb 12:50
Compare
Choose a tag to compare

react-oidc-context 2.1.0 is a minor release.

Changelog:

  • #239: expose user manager events in api

v2.0.0

31 Jan 10:37
Compare
Choose a tag to compare

react-oidc-context 2.0 is a major release with several new features.

Highlights

  • Adapted internal used library from oidc-client to oidc-client-ts
  • Added activeNavigator property

v2.0.0-rc.1

14 Jan 07:48
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release
v2.0.0-rc.1

v2.0.0-beta.2

09 Nov 11:56
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release
v2.0.0-beta.2

v2.0.0-beta.1

02 Nov 14:06
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release
v2.0.0-beta.1

v1.1.0

30 Sep 14:19
Compare
Choose a tag to compare

react-oidc-context 1.1 is a minor release with several new features.

Highlights

  • Added support for rendering AuthProvider server-side
  • Added support for passing a custom UserManager implementation