-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
1.0 plans #5
Comments
I would be happy to help convert the OS X support to use At the moment I think the only thing blocking that is support for storing/retrieving generic passwords in the keychain in |
That would be awesome! Keep me posted. |
I'm about 95% done with the OS X keychain support, just doing some testing :) |
Awesome, looking forward to it!
…On Mar 13, 2017, 1:17 PM -0400, Stephen Oliver ***@***.***>, wrote:
I'm about 95% done with the OS X keychain support, just doing some testing :)
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub (#5 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/ADm0i1Tqt-0gt0VNdwJgbwfn_G-Ce5tRks5rlXoMgaJpZM4Lw3qf).
|
will there be support for setting a different application name on linux in the forseeable future? :-) |
@dario23 Could be :) I'll be doing some updates to dependencies soon (including winapi 0.3 and a pull request for rpassword), so I'll try to also do work for support for different application names. |
i could write a pull request as well; but the question (i guess) isn't about who writes the (presumably) short patch, but rather how you'd want it to fit into the existing API
|
@dario23 sorry for delay. I've finally had some time to look over my code and think about your suggestions. Something that would help me decide on the API is how you're using I prefer that implementations do not diverge; it's better that I have responsibility for keeping all the cross-platform stuff in order, otherwise the code that users write will not be easily cross-platform. I do think that your second option is maybe possible, I just want to check on your use case and see if there's another solution possible. |
Next plans for this lib:
Edit (9/27/2018):
I think this library has been used enough that I'm going to go ahead and plan for 1.0 without major changes to this library. I only need to clean up the secret-service library a bit, move that to 1.0, and then I'll be able to release 1.0 here.
See new issue: #21
The text was updated successfully, but these errors were encountered: