Skip to content

Access token might be inconsistent across threads #378

@Niccari

Description

@Niccari

In v2.0.x, access tokens are issued per thread. However, credentials are shared. This can lead to inconsistencies in access tokens between threads. Specific issues that can occur are as follows:

  • Token refreshes occur as many times as the number of threads.
  • Credentials are shared, so when multiple threads simultaneously refresh or read a token, it may become outdated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions