0.1.0 • Published 4 years ago

ejada-eversa-core v0.1.0

Weekly downloads
3
License
-
Repository
-
Last release
4 years ago

##Main SETUP in app constructor

  • we have to add api configuration
  • we have to add component configuration
  • we have to add component functions IDs configuration(to check against user entitlements functions)

#SETUP - STEP2

  • we have to set the user authentication
  • we have to get user details.
  • we have to get user entitlements
  • we have to set user entitlement in the core using "setUserEntitlements" function (from the core)
  • we have to call router initialize function "initializeRoutes" (from the core)
  • we have to set user details using "SetLoggedInUser" action (redux action)