angular-extensions / elements

Lazy load Angular Elements (or any other web components / custom elements ) with ease!
https://angular-extensions.github.io/elements/
MIT License
315 stars 40 forks source link

Bearer-token not propagated when resolving a web component from a different host #150

Open ElmarWSchwarz opened 1 year ago

ElmarWSchwarz commented 1 year ago

We are trying to propagate a Bearer token to a trusted page with a different host name.

Currently I do not see a mechanism how to achieve that. Exposing the "crossorigin" attribute may implement a simple solution.

Any ideas?