shiksha-platform / frontend-modulefederation

The frontend repo includes configurable UI components, modules and apps to create the Shiksha experience
10 stars 58 forks source link

fix: enable application for oauth2 proxy #228

Closed arajput closed 2 years ago

arajput commented 2 years ago

Description

  1. Move api_ul from manifest to environment file so that app can be built with different api url
  2. App shell without login flow

Changes

manifest files new environment files added services api url used from environments new app shell component without login flow added. teachers app bootstrap too run without login component. So if frontend is deployed behind oauth2 proxy then login component is not used

How to test