Releases: bjerkio/oidc-react
Releases · bjerkio/oidc-react
v1.0.1
v1.0.0
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
1.0.0-alpha.8 (2020-08-20)
Features
v1.0.0-alpha.7
1.0.0-alpha.7 (2020-05-15)
Bug Fixes
Code Refactoring
- Improve createContext setup (6b715f5)
Features
BREAKING CHANGES
- Typescript users might not expect the Context to be 'null'. Now you have to check
it.