Skip to content

Concerns

Ihar Suvorau edited this page Sep 20, 2023 · 4 revisions
  • Topic: Auth.

    Problem: At the moment, each service request uses the provided JWT token to authenticate and authorise the user. An initial user's request can invoke a chain of downstream service requests, some of which can be long enough to cause a token expiration error.

    Solution (?): don't use the user's token, but still pass user's information in the request headers.

Clone this wiki locally