ikalnytskyi / httpie-auth-store

Credential store plugin for HTTPie, attaches auth to ongoing request.
15 stars 0 forks source link

Add 'system' keychain #8

Closed ikalnytskyi closed 4 years ago

ikalnytskyi commented 4 years ago

System keychain integrates well with your system's primary keychain. For instance, on GNOME, it's gnome-keyring, on KDE - kwallet, on macOS - macOS keychain, etc. It's safe to store your secrets in system keychain because they are usually stored encrypted and decrypted on user log-in (hence no user action required).

Resolves: #5