Skip to content

Releases: bjerkio/oidc-react

v1.1.6

03 Feb 14:37
Compare
Choose a tag to compare

1.1.6 (2021-02-03)

Bug Fixes

v1.1.5

22 Dec 21:40
Compare
Choose a tag to compare

1.1.5 (2020-12-22)

Bug Fixes

  • Load new state from session/local storage when available after a silent renew (#363) (319d0e3)

v1.1.4

19 Dec 13:36
Compare
Choose a tag to compare

1.1.4 (2020-12-19)

Bug Fixes

v1.1.3

24 Oct 22:10
Compare
Choose a tag to compare

1.1.3 (2020-10-24)

Bug Fixes

  • Remove react-router 馃し (527bcd3)

v1.1.2

24 Oct 00:46
Compare
Choose a tag to compare

1.1.2 (2020-10-24)

Bug Fixes

  • Move react, react-dom to peerDependencies (b4fd437), closes #301

v1.1.1

09 Oct 18:49
Compare
Choose a tag to compare

1.1.1 (2020-10-09)

Bug Fixes

  • change callback method to allow other sign in method (c497f49)

v1.1.0

26 Sep 20:23
Compare
Choose a tag to compare

1.1.0 (2020-09-26)

Features

  • add auto silent renew option (6bb2df5)

v1.0.1

21 Aug 21:05
Compare
Choose a tag to compare

1.0.1 (2020-08-21)

Bug Fixes

v1.0.0

20 Aug 07:47
Compare
Choose a tag to compare

1.0.0 (2020-08-20)

I'm proud to present the first mainline release of oidc-react.

I'd like to thank @hmvp, @ryancole and @lclc98 for their contributions! 馃檹

Bug Fixes

  • autosignin on expired user (d5dce04)
  • fix withAuth export (4e0e2e1)
  • smaller package size and target (b9c8205)
  • useless conditional (6cf9dda)
  • variable 'user' cannot be of type null (0d8a0c3)

Code Refactoring

  • Improve createContext setup (6b715f5)

Features

  • add client_secret (151a494)
  • add improved API layout (1e3d66a), closes #36
  • add onBeforeSignIn hook (e2f609e)
  • add option to use signoutRedirect (d2c4278)
  • add responseType and scope properties (e00454a)
  • add withAuth higher order component (9f2cea8)
  • first implementation (071d311)
  • re-export User and UserManager (a2fdf39)

BREAKING CHANGES

  • Typescript users might not expect the Context to be 'null'. Now you have to check
    it.

v1.0.0-alpha.8

20 Aug 07:21
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

1.0.0-alpha.8 (2020-08-20)

Features

  • add client_secret (151a494)
  • re-export User and UserManager (a2fdf39)