| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
* remove auth requirement for LMS * enables development outside of host devstack and LMS
|
@bradenmacdonald @arbrandes @davidjoy this should be able to help close out #54 and make the example apps more available to the community! |
Sorry, something went wrong.
|
🎉 This PR is included in version 1.2.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The host example app was not able to render the plugins defined in env.config.js due to something to do with the frontend-component-header and frontend-component-footer dependencies living in the host's package.json (introduced in #61).
Although the reason is unclear of how they affected the configuration, we can safely remove them as they were unused by both example apps.
In addition, the hydrateAuthenticatedUser in Initialize is set to false so that the LMS isn't required to run the example apps, which will allow more from the open-source community to easily access the examples.
Steps to test (following steps in README for developers):