Store session data in a secure way (#98)
* Replace SessionData DataStore with an encrypted SQLite DB. --------- Co-authored-by: Benoit Marty <benoit@matrix.org>
This commit is contained in:
parent
381bd3fd3f
commit
6677f80abe
38 changed files with 600 additions and 199 deletions
|
|
@ -63,3 +63,5 @@ include(":libraries:matrixtest")
|
|||
include(":features:template")
|
||||
include(":libraries:androidutils")
|
||||
include(":samples:minimal")
|
||||
include(":libraries:encrypted-db")
|
||||
include(":libraries:session-storage")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue