v3.0.0-beta.7
Pre-release
Pre-release
API changes:
- added a new helper function
loadUser
to this library. It takes the reduxstore
anduserManager
as parameters and loads the current user into the reducers when the app loads. When you are using silent renew, this helper function makes the oidc middleware redundant. See the example app for details on how to use it. - you will have to import
babel-polyfill
to your silent renew page. See the example app for details.
Peer dependencies:
- prop-types are now a peer dependency. Thanks @BrandonBoone.