diff options
author | S7evinK <2353100+S7evinK@users.noreply.github.com> | 2022-03-01 17:39:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 16:39:57 +0000 |
commit | cda2452ba00afffa9a73870ca09047ce52dd28c7 (patch) | |
tree | 0ce5975fa8e92afbae0ad8c23133c5894cb5b176 /dendrite-config.yaml | |
parent | 352e63915f110cbe4907349a7e59f43f179657e6 (diff) |
Only allow device deletion from session UIA was initiated from (#2235)
* Only allow device deletion if the session matches
* Make the challenge response available to other packages
* Remove userID, as it's not in the spec
* Remove tests
* Add passing test & remove obsolete config
* Rename field, add comment
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r-- | dendrite-config.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 6d086ed7..533b5c95 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -345,11 +345,6 @@ user_api: max_open_conns: 10 max_idle_conns: 2 conn_max_lifetime: -1 - device_database: - connection_string: file:userapi_devices.db - max_open_conns: 10 - max_idle_conns: 2 - conn_max_lifetime: -1 # The length of time that a token issued for a relying party from # /_matrix/client/r0/user/{userId}/openid/request_token endpoint # is considered to be valid in milliseconds. |