Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarjolintu <sami.vanttinen@protonmail.com>2019-05-09 08:45:47 +0300
committervarjolintu <sami.vanttinen@protonmail.com>2019-05-09 08:51:50 +0300
commitc523897b4a73c544028e1db3faf09a8f31069f99 (patch)
treeb448acd9283dc9a1d95cf352401d1a373b13301a /keepassxc-protocol.md
parentd7a49c675e6e4f7957db9034df22f988416138f1 (diff)
Support for displaying expired credentials
Diffstat (limited to 'keepassxc-protocol.md')
-rw-r--r--keepassxc-protocol.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/keepassxc-protocol.md b/keepassxc-protocol.md
index 1a83505..edfc09d 100644
--- a/keepassxc-protocol.md
+++ b/keepassxc-protocol.md
@@ -204,7 +204,8 @@ Response message data (success, decrypted):
{
"login": "user2",
"name": "user2",
- "password": "passwd2"
+ "password": "passwd2",
+ "expired": "true"
}],
"nonce": "tZvLrBzkQ9GxXq9PvKJj4iAnfPT0VZ3Q",
"success": "true",