multiparty / web-mpc

Platform for deploying web-based privacy-preserving data surveys using secure multi-party computation (MPC).
https://www.multiparty.org
MIT License
54 stars 22 forks source link

/create: generate session button should not be clickable after session has been created. #138

Closed lucyq closed 5 years ago

lucyq commented 5 years ago

Currently, you are allowed to click this again and it will generate an entirely new session. Disable this button on the client side after a session has been generated. We should consider checking if the current session title already exists in the database to prevent this issue from the server side as well.

lucyq commented 5 years ago

@KinanBab suggested that we just hide the card for generating a new session.