Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Remove : from allowed client_secret chars #8101

Merged
merged 8 commits into from
Aug 18, 2020
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
For the next release
====================

Removal warning
---------------

Some older clients added `:` to the `client_secret` parameter of various endpoints, however the
Client-Server API specification
[disallows this](https://matrix.org/docs/spec/client_server/unstable#post-matrix-client-r0-register-email-requesttoken).
anoadragon453 marked this conversation as resolved.
Show resolved Hide resolved
Adding `:` in a `client_secret` string has been allowed for some time to allow that client to update,
and we are now removing it, as most users have updated. Further context can be found at https://github.com/matrix-org/synapse/issues/6766.
anoadragon453 marked this conversation as resolved.
Show resolved Hide resolved

We are not currently aware of any other clients that send incorrect `client_secret` values.


Synapse 1.19.0 (2020-08-17)
===========================

Expand Down