Add SignedOutNode, to handle session behind deleted from outside (no support for soft-logout)

This commit is contained in:
Benoit Marty 2023-10-09 19:46:42 +02:00 committed by Benoit Marty
parent 0b3fcecbed
commit 5faf706264
12 changed files with 479 additions and 12 deletions

View file

@ -64,6 +64,7 @@ dependencies {
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.features.networkmonitor.test)
testImplementation(projects.libraries.sessionStorage.implMemory)
testImplementation(projects.tests.testutils)
testImplementation(projects.features.rageshake.test)
testImplementation(projects.features.rageshake.impl)