So you’re going to deploy your Vue app in a Docker container. That great!! Containers are a fantastic way to deploy your app. When I…
Category: Security
Keyloak is an open source identity management tool. If you are learning how to make your app use authentication, it’s an ideal tool if you…
In a recent project I needed to secure a long-standing Vue.js application with Keycloak, a terrific open source identity and access management tool. Unfortunately, the…
This post is about a problem with CORS (cross-origin resource sharing) in Chrome. CORS is one of the security mechanisms built into browsers to prevent…
DevOps is a term developers are familiar with by now. The term DevSecOps is now becoming popular, and gets lots of press. The “sec” part…
In 2020 we know security is important. I strive to be a more secure developer all the time. There are many avenues to achieve this,…
As I have been experimenting with FIDO2 and Yubikey, I discovered that in order to test it running locally, I needed to run the site…
CI/CD is an important part of our team’s process. We regularly build small back-end web services to support the apps we build. We often use…
Securing your web sites and services using HTTPS is something you should be doing no matter what. Last year the government mandated all their sites…
It’s really surprising to me than a widely reported recent WordPress plugin hack was mostly brushed off as just another system getting hacked. I really…