alpheios-project / embed-lib

Alpheios Embedded Library
Other
6 stars 0 forks source link

move session-authentication and app-authenticator into components #106

Closed balmas closed 4 years ago

balmas commented 4 years ago

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.