0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-24 03:59:06 +02:00
synapse/changelog.d/9321.bugfix
Patrick Cloke 3f58fc848d
Type hints and validation improvements. (#9321)
* Adds type hints to the groups servlet and stringutils code.
* Assert the maximum length of some input values for spec compliance.
2021-02-08 13:59:54 -05:00

2 lines
79 B
Plaintext

Assert a maximum length for the `client_secret` parameter for spec compliance.