mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-06 16:03:42 +01:00
The regex of allowed characters for a `client_secret` parameter is `[0-9a-zA-Z.=_-]`. This PR updates the `client_secret` spec examples, which currently include an invalid character (an apostrophe).
2 lines
108 B
Plaintext
2 lines
108 B
Plaintext
Correct examples of `client_secret` request body parameters so that they do not include invalid characters.
|