Skip to content

BuildGrid reports fresh authentication tokens as expired.

Context

When using jwt authentication, buildgrid rejects unexpired authentication tokens as expired.

Task Description

Convert auth token's time to UTC before comparing it with the current UTC time.

Acceptance Criteria

Buildgrid should be able to authenticate with unexpired auth tokens.