Remco Burema
bde88d7875
Don't store cerain keys ever.
...
CURA-7180
2021-03-30 17:24:25 +02:00
Kostas Karmas
fb5d59db32
Fix comment
...
The Windows Credential Manager actually fails if the password is more than 1024 bits long.
CURA-7180
2021-03-29 17:03:09 +02:00
Kostas Karmas
dbb15b7c71
Account for exception occured when storing long tokens on Windows
...
The Windows Credential Manager allows for up to 256bits passwords. If a password longer than that
is attempted to be written, it will throw a BaseException.
CURA-7180
2021-03-29 16:33:59 +02:00
Jelle Spijker
c462b62edc
Handle raised error when there is no keyring backend present
...
CURA-7180 keyring storage
2021-03-17 09:22:24 +01:00
Jelle Spijker
f51c466155
Use a descriptor to optionally store to Keyring
...
CURA-7180 keyring storage
2021-03-17 06:16:01 +01:00