Skip to content

Update components to use new authsome version

Tamlyn Rhodes requested to merge async-authsome into master
  • Remove redirect on authorization failure from AuthenticatedComponent
  • Refactor it to use Authorize component
  • Create withAuthsome higher order component to inject authsome on demand
  • Shim model fetching functions for authsome to fetch from Redux store
  • Update users reducer to add current user to users array so that it can be fetched by shims
  • Add jsx to extensions parsed by ESlint

Merge request reports