Skip to content

add Client authentication #188

@mj3cheun

Description

@mj3cheun

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 customer

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions