Hi @harishkrupo,
Thanks for your efforts in this project! I see multi-account support is one of the TODO's and I'm willing to lend a hand if needed. I had some thoughts on how to implement this that I'd like to run by you. Would it be an option to:
- Add an optional command line parameter (e.g., --account user@example.com)
- Set credentials file to whatever is passed under account (e.g., save_data_path("oauth2ms") + "/" + cmdline_args.account)
I'm not sure how this would work with the credentials cache or indeed if anything else would break. What's your take?
Hi @harishkrupo,
Thanks for your efforts in this project! I see multi-account support is one of the TODO's and I'm willing to lend a hand if needed. I had some thoughts on how to implement this that I'd like to run by you. Would it be an option to:
I'm not sure how this would work with the credentials cache or indeed if anything else would break. What's your take?