matrix-spec/changelogs/client_server/newsfragments/2985.clarification
Andrew Morgan ad93aa6546 Update client_secret examples so that they are valid (#2985)
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).
2021-08-27 19:17:13 +01:00

2 lines
108 B
Plaintext

Correct examples of `client_secret` request body parameters so that they do not include invalid characters.