DEV Community

Pacharapol Withayasakpunt
Pacharapol Withayasakpunt

Posted on

Website users' security vs usability, and does it mean anything for (smaller) webdevs?

Top comments (1)

Collapse
 
louy2 profile image
Yufan Lou

For security, at least store passwords hashed with salt and validate and escape all user inputs. Consider scanning for top vulnerabilities on the top of OWASP list, and use a canary token. None of which impacts usability.

For usability, I'd consider accessibility basics, such as minimum color contrast, minimum button size, etc.