mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-24 15:03:43 +01:00
Compare commits
1 commit
cda36e4f0d
...
655247bc5b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
655247bc5b |
|
|
@ -1 +0,0 @@
|
|||
Add `m.login.terms` to enumeration of authentication types.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Silence failing redocly-cli rule.
|
||||
|
|
@ -906,7 +906,6 @@ This specification defines the following auth types:
|
|||
- `m.login.msisdn`
|
||||
- `m.login.dummy`
|
||||
- `m.login.registration_token`
|
||||
- {{% added-in v="1.11" %}} `m.login.terms`
|
||||
|
||||
###### Password-based
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,4 @@ rules:
|
|||
no-invalid-media-type-examples: off
|
||||
no-path-trailing-slash: off
|
||||
operation-2xx-response: off
|
||||
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
|
||||
spec-strict-refs: error
|
||||
Loading…
Reference in a new issue