-
-
Notifications
You must be signed in to change notification settings - Fork 383
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 oauth2 with preregistered token #955
base: master
Are you sure you want to change the base?
Conversation
Making |
I think there might be other alternatives providing |
Also, I haven't tested the code very throughougly as I have a quite custom mutt setup conflicting with auto-management by mutt-wizard. |
I definitely think OAuth is worth pursuing. I tested your fork on Fedora. Due to the difficulties setting up the dependencies, I found it much easier to just manually configure OAuth without the wizard. If we can figure out the dependency issue though, this'll add a good layer of security and usability. |
Thanks for testing! What do you mean by
Do you mean that you needed debugging messages during the setup process from to pinpoint problems with the dependencies? |
- my mistake, I have forgotten to update password request line for mbsync
I have missed a mbsync config for OAUTH support. That is fixed now and conflicts with master branch resolved. |
Issue #954 for OAUTH2 support.