mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-27 21:04:09 +02:00
Compare commits
1 commit
b38427ca40
...
af321b9c01
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af321b9c01 |
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,3 @@ rules:
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue