-
Notifications
You must be signed in to change notification settings - Fork 11
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
Multi account #2
Comments
Great idea! I need to be sure the other functions work though before I do account switching, but it should easily be possible by storing the various account IDs (perhaps localStorage) and then rotating out the token cookie so that the app knows to return data associated with that account. |
Yea I’ve put some together regarding session storage and retrieval hopefully push it this evening gmt If someone hasn’t got there already. This coupled with optional proxy support 😅🤓 |
Perfect, I'll check it out when you're done and approve. |
Have a gander! I think that’s the bulk of sessions until we get the full auth flow under wraps. threadsjs/threads.js#34 (comment) |
I think multi account would be a game changer. There is currently no native way to manage more than 1 threads account in a device yet many of has have multiple IG’s.
The text was updated successfully, but these errors were encountered: