Skip to content

Releases: bjerkio/oidc-react

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)

v1.0.0-alpha.7

15 May 14:37
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

1.0.0-alpha.7 (2020-05-15)

Bug Fixes

  • Useless conditional (6cf9dda)
  • Variable 'user' cannot be of type null (0d8a0c3)

Code Refactoring

  • Improve createContext setup (6b715f5)

Features

  • Add improved API layout (1e3d66a), closes #36
  • add option to use signoutRedirect (d2c4278)

BREAKING CHANGES

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

v1.0.0-alpha.6

15 May 14:34
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

1.0.0-alpha.6 (2020-05-15)

Features

  • add option to use signoutRedirect (9ca3ada)

v1.0.0-alpha.5

21 Apr 09:48
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

1.0.0-alpha.5 (2020-04-21)

Bug Fixes

v1.0.0-alpha.4

16 Apr 16:34
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

1.0.0-alpha.4 (2020-04-16)

Features

  • Add onBeforeSignIn hook (e2f609e)
  • Add withAuth higher order component (9f2cea8)

v1.0.0-alpha.3

09 Apr 20:35
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2020-04-09)

Bug Fixes

  • Package size and target (b9c8205)

v1.0.0-alpha.2

09 Apr 19:26
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

1.0.0-alpha.2 (2020-04-09)

Features

  • Add responseType and scope properties (e00454a)

v1.0.0-alpha.1

09 Apr 16:57
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2020-04-09)

Features