All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.2.2 (2023-06-20)
3.2.1 (2023-06-12)
3.2.0 (2023-05-02)
- add inline source maps (efdf184)
3.1.0 (2023-04-21)
- add
metadata
parameter to AuthContext (1e6703b)
3.0.4 (2023-04-10)
- main: release 3.0.4 (01051e9)
3.0.3 (2023-03-16)
3.0.2 (2023-03-12)
3.0.1 (2023-03-08)
3.0.0 (2023-03-01)
signIn
andsignOutRedirect
now has it's own types.
- add sourcemap and comments (#947) (a605296)
- pin and update all dependencies (#948) (caf90a7)
- update + pin a key dependencies in use (#945) (9e69e80)
2.1.0 (2022-10-23)
2.0.3 (2022-08-04)
2.0.2 (2022-08-03)
2.0.1 (2022-08-02)
2.0.0 (2022-07-25)
- replace oidc-client-js with oidc-client-ts (#860)
- migrate to react 18 (#827)
- initUserManager in AuthContext called every render call (#764) (2cef6c7)
- move release-please to after checkout (9b70ccf)
1.6.0 (2022-07-15)
- Change dependency from no longer maintained oidc-client-js to its official successor oidc-client-ts
1.5.1 (2021-04-11)
1.5.0 (2021-04-10)
1.4.0 (2021-03-15)
1.3.0 (2021-03-11)
1.2.1 (2021-03-09)
1.2.0 (2021-03-08)
1.1.6 (2021-02-03)
1.1.5 (2020-12-22)
1.1.4 (2020-12-19)
1.1.3 (2020-10-24)
- Remove react-router 🤷 (527bcd3)
1.1.2 (2020-10-24)
1.1.1 (2020-10-09)
- change callback method to allow other sign in method (c497f49)
1.1.0 (2020-09-26)
- add auto silent renew option (6bb2df5)
1.0.1 (2020-08-21)
- Autosignin on expired user (d5dce04)
- Fix withAuth export (4e0e2e1)
- Package size and target (b9c8205)
- Useless conditional (6cf9dda)
- Variable 'user' cannot be of type null (0d8a0c3)
- Improve createContext setup (6b715f5)
- add client_secret (151a494)
- Add improved API layout (1e3d66a), closes #36
- Add onBeforeSignIn hook (e2f609e)
- add option to use signoutRedirect (9ca3ada)
- 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)
- Typescript users might not expect the Context to be 'null'. Now you have to check it.
1.0.0-alpha.7 (2020-05-15)
- Improve createContext setup (6b715f5)
- Typescript users might not expect the Context to be 'null'. Now you have to check it.
1.0.0-alpha.6 (2020-05-15)
- add option to use signoutRedirect (9ca3ada)
1.0.0-alpha.5 (2020-04-21)
1.0.0-alpha.4 (2020-04-16)
1.0.0-alpha.3 (2020-04-09)
- Package size and target (b9c8205)
1.0.0-alpha.2 (2020-04-09)
- Add responseType and scope properties (e00454a)
- First implementation (071d311)