-
Notifications
You must be signed in to change notification settings - Fork 108
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 qtkeychain to store access tokens #484
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall - this looks totally gorgeous; many thanks for the effort. I haven't tried it on Windows yet but I'm fine to merge even if this only works on Linux.
Aside from addressing a few comments below, consider adding QtKeychain to .travis.yml
so that we could maintain buildability of this across platforms. (Adding it to .appveyor.yml
as well would be even greater but optional for now.)
843bd26
to
dc6938d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few nitpicks on the recent additions. Upon these and the fallback for saving the token it should be good to go.
No description provided.