security-union / videocall-rs

teleconference system written in rust
MIT License
1.34k stars 114 forks source link

Form validation #141

Closed griffobeid closed 10 months ago

griffobeid commented 10 months ago

Without form validation or some other mechanism of controlling what we send to the backend the user could cause a bad subscription to nats which will continuously fail

image

Invalid:

image

Valid:

image