Compare commits

..

1 commit

Author SHA1 Message Date
codedust 655247bc5b
Merge f0affdfa3c into 974b0b721e 2025-10-20 11:39:35 +02:00
4 changed files with 1 additions and 7 deletions

View file

@ -1 +0,0 @@
Add `m.login.terms` to enumeration of authentication types.

View file

@ -1 +0,0 @@
Silence failing redocly-cli rule.

View file

@ -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

View file

@ -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