element-hq / riot-meta

A place to experiment with tracking features at a higher level than Riot web/iOS/Android.
25 stars 6 forks source link

Implement MSC 1467 - Soft logout #239

Open erikjohnston opened 5 years ago

erikjohnston commented 5 years ago

MSC 1467 has just been merged, which specifies how to handle 401's with regards to keeping or deleting encryption keys. Clients should handle this correctly.

turt2live commented 5 years ago

Web branches off from https://github.com/vector-im/riot-web/issues/10224

turt2live commented 5 years ago

and mobile are:

manuroe commented 5 years ago

This can be tested on a local server by enabling the dedicated option in the config file: session_lifetime: 30s

Instructions for testing SSO are in the dev room.