enhanced
enhanced copied to clipboard
Is it possible to include credentials in loadRemote function from @module-federation/enhanced/runtime?
Hi!
Thank you so much for the awesome work you have done with module federation!
I started using @module-federation/enhanced/runtime to load my remotes dynamically using init and loadRemote functions. Everything worked well, however I currently have a situation where I need to load my remote from another server that needs authentication session cookies passed in order to load the files.
Can I somehow pass something to the loadRemote function to make it include credentials?
Thank you!