Hello -
We have implemented a custom UI for the Classic Experience using the Universal Login HTML editor in Auth0. Is it possible to load some of our own JavaScript in that editor as part of the login UI/process? Basically, we are toying around with generating a JS bundle from our project that includes the rest of our app (it is a React app) that includes just the components needed for login, mainly the login page.
Then, we were thinking of providing a basic HTML file in the Auth0 editor and loading that JS bundle in the HTML file. We could host the JS bundle somewhere easy to retrieve.
Is this possible? The advantage to this would be we could write the custom UI for the login page in React, generate a bundle, and then just load the bundle into the HTML Auth0 editor to have a custom UI.
Thanks!