From 87c172acd01576748f2ce1a28dc73c4831d6d6a7 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 10 Jan 2023 11:58:58 +0000 Subject: [PATCH] Update info on saved scram --- docs/source/session.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/session.rst b/docs/source/session.rst index 536c78318..8e8874ce5 100644 --- a/docs/source/session.rst +++ b/docs/source/session.rst @@ -202,5 +202,4 @@ Storing the SASL SCRAM-SHA1 hash in IndexedDB Another suggestion that's been suggested is to store the SCRAM-SHA1 computed ``clientKey`` in localStorage and to use that upon page reload to log the user in again. -We might implement this feature in core Converse.js eventually. -As always, contributions welcome! +This has been implemented since version 10, see documentation on `reuse_scram_keys `_