Server-side Code Security
Topics specific to ensuring server-side code is secure.
User Input: Sanitization and Validation
To protect your website from malicious attacks (and also simply to prevent weird errors for users...
Storing Credentials for Cloud Services
Your webservers usually have to connect to various services, like your database and cache servers...
Storing User Credentials
For the most part, this is about storing passwords, and understanding how to secure them properly...
WebSockets-specific security practices: JSON Web Tokens
When using the WebSockets protocol, there are a lot of potential pitfalls to bear in mind that ca...
Generating Credentials: secure data sources
If you have a use case where you need to give a user a one-time password or key to authenticate f...