Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes: Authentication with temporal access token should be optional and removed in the future #152

Closed
1 task done
atimin opened this issue Aug 5, 2022 · 0 comments · Fixed by #167
Closed
1 task done
Assignees
Labels
enhancement New feature or request

Comments

@atimin
Copy link
Member

atimin commented Aug 5, 2022

Current problem

Currently, a client has to request a temporal access token with the API token. This token expires and the client's request fails with 401 error. Sometimes, it causes losing data because the sent data is already read from a stream or buffer.

Possible solution

A temporal access token has more disadvantages than advantages. We can make it optional and remove it in version 1.0.

Additional context

All SDKs should stop using the temporal access token as soon as possible.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@atimin atimin added the enhancement New feature or request label Aug 5, 2022
@atimin atimin self-assigned this Aug 5, 2022
@atimin atimin added this to the Release v0.8.0 milestone Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant