Skip to content

Implement Authentication for the communication between clients and GraphQL server #88

Open
@bryankennedy

Description

@bryankennedy

The client computers in the exhibit system will need to connect to the GraphQL server over a local network and a public network depending on the exhibit setup. There will be aspects of the GraphQL data that we don't want to expose publicly. So we should require an auth token to query the GraphQL server.

One way to do this is to generate a JSON Web Token that's linked to various client machines. These tokens would be sent in the header of each GraphQL request.

Metadata

Metadata

Labels

TaskStraightforward plan for work. Likely technical or operational in nature.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions