We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The config file saved in {homeDir}/.jiractl/config.json stores the user password in plaintext.
An alternative way to keep the user from having to enter credentials every time could be to use auth tokens like cookies.
The text was updated successfully, but these errors were encountered:
@basemath that's a good idea; would you be up for contributing the fix?
Sorry, something went wrong.
@ealun it's possible, but I can't make any commitments/promises right now :)
@ealun I could look into this!
@ealun @cfellin1 A good solution might be to use os-provided keychains like git does: https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage
Successfully merging a pull request may close this issue.
The config file saved in {homeDir}/.jiractl/config.json stores the user password in plaintext.
An alternative way to keep the user from having to enter credentials every time could be to use auth tokens like cookies.
The text was updated successfully, but these errors were encountered: