I am trying to setup internationalization
and authentication/authorization
in Entando. I am able to achieve it using in the Intl-Provider
wrapper on top of my MFE
and by wrapping my MFE's
with an withAuth
HOC component respectively.
[https://github.com/entando/entando-process-driven-plugin/tree/master/widgets/src/components/common/auth]
But what I want to know is how can I add a redux store
to Entando container and pass it down to all my MFE’s(react based) via props
.
Or alternatively is Entando container exposing any default props
for the same as intl
& keycloak
support comes built-in in Entando itself if I understand correctly.
Any help/leads will be highly appreciated.