mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-30 22:24:09 +02:00
Compare commits
3 commits
54c5fa5bd6
...
db476c4504
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
db476c4504 | ||
|
|
74a0d5f289 | ||
|
|
c4ce3304cf |
|
|
@ -0,0 +1 @@
|
||||||
|
Add `m.login.terms` to enumeration of authentication types.
|
||||||
1
changelogs/internal/newsfragments/2238.clarification
Normal file
1
changelogs/internal/newsfragments/2238.clarification
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Silence failing redocly-cli rule.
|
||||||
|
|
@ -906,6 +906,7 @@ This specification defines the following auth types:
|
||||||
- `m.login.msisdn`
|
- `m.login.msisdn`
|
||||||
- `m.login.dummy`
|
- `m.login.dummy`
|
||||||
- `m.login.registration_token`
|
- `m.login.registration_token`
|
||||||
|
- {{% added-in v="1.11" %}} `m.login.terms`
|
||||||
|
|
||||||
###### Password-based
|
###### Password-based
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,6 @@ rules:
|
||||||
no-path-trailing-slash: off
|
no-path-trailing-slash: off
|
||||||
operation-2xx-response: off
|
operation-2xx-response: off
|
||||||
spec-strict-refs: error
|
spec-strict-refs: error
|
||||||
|
# $ref in examples are not spec-compliant, yet we find them useful. Disable this rule
|
||||||
|
# and instead check example schema using `check-event-schema-examples.py`
|
||||||
|
no-invalid-schema-examples: off
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue