cli icon indicating copy to clipboard operation
cli copied to clipboard

Switch to using a keyring for password storage if available

Open dbussink opened this issue 2 years ago • 0 comments

This logic switches to using a keyring like for example keychain on MacOS if that is available on the platform.

This provides better and more secure secret storage for the token that gets generated for a user.

If no keyring implementation is available, things keep working like they work today.

dbussink avatar Mar 18 '22 13:03 dbussink