there are some problems with the cross-package dependencies in the embed-lib code with the session-authenticator and app-authentication classes -- these use AuthData from the components package, and it seems that when you run using the cdn package of components alpheios-embedded can't resolve these packages. It works running in dev mode, but not from the cdn.
I think the simplest solution would probably be to just move those classes into the components package.
there are some problems with the cross-package dependencies in the embed-lib code with the session-authenticator and app-authentication classes -- these use AuthData from the components package, and it seems that when you run using the cdn package of components alpheios-embedded can't resolve these packages. It works running in dev mode, but not from the cdn.
I think the simplest solution would probably be to just move those classes into the components package.