You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec states that we should enforce a regex on client_secret. Sydent currently does not do this.
Similar to matrix-org/synapse#6766, we need to temporarily add the : character to the approved spec to support clients that don't follow the original regex. We will eventually remove this in a future release, once clients have had a chance to update.
The spec states that we should enforce a regex on
client_secret
. Sydent currently does not do this.Similar to matrix-org/synapse#6766, we need to temporarily add the
:
character to the approved spec to support clients that don't follow the original regex. We will eventually remove this in a future release, once clients have had a chance to update.PR with
:
: #246The text was updated successfully, but these errors were encountered: