-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
P3Useful - Part of a quality implementation of a feature or useful for a particular customerUseful - Part of a quality implementation of a feature or useful for a particular customer
Description
modify graphistry react to take an initialized graphistry client-api class and login using the auth token attached to that class when the graphistry iframe is initialized.
e.g.
import { Client, Dataset, EdgeFile, NodeFile } from '@graphistry/client-api';
const client = new Client(GRAPHISTRY_USERNAME, GRAPHISTRY_PASSWORD, '', 'http', 'localhost' );
return (
<Graphistry
client={client}
...
/>
);
Metadata
Metadata
Assignees
Labels
P3Useful - Part of a quality implementation of a feature or useful for a particular customerUseful - Part of a quality implementation of a feature or useful for a particular customer