Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.
This repository was archived by the owner on May 30, 2025. It is now read-only.

Improve JWT token handling #27

@tzdybal

Description

@tzdybal

According to Engine API specs, JWT tokens are valid for 60s.

Current implementation creates JWT token once, before starting client. Which causes error after about a minute.

The simplest solution is to create fresh token from JWT secret for every call to API.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions