synapse/changelog.d/8101.bugfix
Andrew Morgan 5cf7c12995
Remove : from allowed client_secret chars (#8101)
Closes: https://github.com/matrix-org/synapse/issues/6766

Equivalent Sydent PR: https://github.com/matrix-org/sydent/pull/309

I believe it's now time to remove the extra allowed `:` from `client_secret` parameters.
2020-08-18 14:14:27 +01:00

2 lines
112 B
Plaintext

Synapse now correctly enforces the valid characters in the `client_secret` parameter used in various endpoints.