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

Add support for sharing a single token across multiple scripts/processes #94

Open
alexgolec opened this issue May 21, 2024 · 0 comments
Labels
authentication Authentication and token management enhancement New feature or request

Comments

@alexgolec
Copy link
Owner

Is your feature request related to a problem? Please describe.
TDA used to allow you to create multiple tokens, but now creating a new token instantly invalidates the previous one. This means users that depend on multiple tokens to run multiple scripts simultaneously can't do that.

Describe the solution you'd like
Add synchronization to share a token across multiple processes on a single machine

Describe alternatives you've considered
Sharing one token across multiple machines is out of scope

Additional context
N/A

@alexgolec alexgolec added enhancement New feature or request authentication Authentication and token management labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
authentication Authentication and token management enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant