workfloworchestrator / orchestrator-ui-library

Component library for the orchestrator-ui (v2) which is published in npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement changes to graphql error code from core issue #649

DutchBen opened this issue · comments

Core issue workfloworchestrator/orchestrator-core#649 improves the error code returned by Graphql when an invalid token is used. The frontend needs to respond to this new code once it's implemented

The graphql backend now returns error code not_authenticated with the same implication as HTTP 401.