This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
@okta/okta-react-3.0.5
swiftone
released this
31 Aug 17:23
·
55 commits
to master
since this release
Bug Fixes
- #872 Adjusts
<SecureRoute>
so that it enforces authentication requirement for components passed via "render" or "children" in addition to "component"- NOTE:
<SecureRoute>
, like react-router<Route>
, only wants ONE of the three ways of passing wrapped components per route - This should also address cases where components loaded through SecureRoute were being unnecessarily unmounted/remounted
- NOTE: