mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 18:15:02 -04:00
Remove unstable/unspecced login types. (#12597)
* `m.login.jwt`, which was never specced and has been deprecated since Synapse 1.16.0. (`org.matrix.login.jwt` can be used instead.) * `uk.half-shot.msc2778.login.application_service`, which was stabilized as part of the Matrix spec v1.2 release.
This commit is contained in:
parent
b2df0716bc
commit
ba3fd54bad
6 changed files with 14 additions and 20 deletions
|
@ -30,11 +30,9 @@ from tests.server import FakeChannel
|
|||
from tests.test_utils import make_awaitable
|
||||
from tests.unittest import override_config
|
||||
|
||||
# (possibly experimental) login flows we expect to appear in the list after the normal
|
||||
# ones
|
||||
# Login flows we expect to appear in the list after the normal ones.
|
||||
ADDITIONAL_LOGIN_FLOWS = [
|
||||
{"type": "m.login.application_service"},
|
||||
{"type": "uk.half-shot.msc2778.login.application_service"},
|
||||
]
|
||||
|
||||
# a mock instance which the dummy auth providers delegate to, so we can see what's going
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue