Skip to content

Releases: bjerkio/oidc-react

v3.2.2

20 Jun 07:38
bc69de0
Compare
Choose a tag to compare

3.2.2 (2023-06-20)

Bug Fixes

  • multiplied code exchange requests in strict mode (#1012) (2118bb2)

v3.2.1

12 Jun 19:57
a479e8d
Compare
Choose a tag to compare

3.2.1 (2023-06-12)

Bug Fixes

  • deps: update dependency oidc-client-ts to v2.2.4 (#1006) (423be19)

v3.2.0

02 May 12:12
3e8a89d
Compare
Choose a tag to compare

3.2.0 (2023-05-02)

Features

v3.1.0

21 Apr 07:43
4ddcae6
Compare
Choose a tag to compare

3.1.0 (2023-04-21)

Features

  • add metadata parameter to AuthContext (1e6703b)

v3.0.4

10 Apr 13:08
e634961
Compare
Choose a tag to compare

3.0.4 (2023-04-10)

Bug Fixes

  • isLoading has correct status when autoSignIn is disabled and user is signed out (#982) (db28cdd) by @jamesdh

v3.0.3

16 Mar 19:52
07ac025
Compare
Choose a tag to compare

3.0.3 (2023-03-16)

Bug Fixes

  • handle both null user and user.expired when autoSignIn is disabled (#977) (1a95930) by @jamesdh

v3.0.2

12 Mar 18:42
7db6414
Compare
Choose a tag to compare

3.0.2 (2023-03-12)

Bug Fixes

v3.0.1

08 Mar 14:19
f072377
Compare
Choose a tag to compare

3.0.1 (2023-03-08)

Bug Fixes

  • avoid reinitiating partial authentication flow when user is already authenticated (#962) (7c88d80) by @jamesdh

v3.0.0

01 Mar 18:57
fee2f34
Compare
Choose a tag to compare

3.0.0 (2023-03-01)

⚠ BREAKING CHANGES

  • signIn and signOutRedirect now has it's own types.

Features

Bug Fixes

Code Refactoring

Thanks much to @jamesdh for the fantastic work on this release!

v2.1.0

14 Dec 23:34
9b4c378
Compare
Choose a tag to compare

2.1.0 (2022-10-23)

Features