Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 07:47

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.