You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a admin/developer of Deephaven, I want to be able to develop login/authentication plugins so that I can support my own login/authentication scheme without having to rebuild it into the core.
Should be able to communicate with a server side module for authentication as well.
The text was updated successfully, but these errors were encountered:
- Add authentication plugins framework
- Add core plugins (Pre-shared key, Parent, and anonymous
authentication)
- Fixes#1058
- Refactored app initialization so embed-grid and embed-chart share the
same logic
- Allows embed-grid/embed-chart to display a login screen if necessary
- embed-grid/embed-chart now also authorize
As a admin/developer of Deephaven, I want to be able to develop login/authentication plugins so that I can support my own login/authentication scheme without having to rebuild it into the core.
Should be able to communicate with a server side module for authentication as well.
The text was updated successfully, but these errors were encountered: