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

Allow a user to pass in an existing session token rather than username/password #174

Open
mraineri opened this issue Jan 13, 2025 · 3 comments

Comments

@mraineri
Copy link
Contributor

Some environments set up sessions that are shared on the console. I have some users asking to be able to plumb those into Tacklebox scripts.

@brandonbiggs
Copy link

I took a stab at this on just one script #182. Didn't want to change a bunch if that's not what you were thinking. Let me know if this is/isn't what you were thinking.

@mraineri
Copy link
Contributor Author

I took a stab at this on just one script #182. Didn't want to change a bunch if that's not what you were thinking. Let me know if this is/isn't what you were thinking.

It's very close actually! My only suggestion is to see if we can use misc.py to contain a lot of this common logic to avoid having to copy/paste these changes everywhere (or other types of common updates like this in the future).

@brandonbiggs
Copy link

I was going to ask about a common args file. I didn't see that you already had something in misc.py. Sweet! I'll look at that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants