Code Review Videos > Articles by: Chris

Generate & Verify JWTs with JJWT

In the past few posts, we’ve been exploring Spring Security with the long-term objective of setting up a user management system that mirrors common money-making setups often used in SaaS applications. The goal is to configure Spring Boot / Spring Security to handle a hierarchy of roles: This structure is one I’ve found commonly requested … Read more

How I Fixed: “The plugin ‘mysql_native_password’ used to authenticate user” Mysql Error in Docker

When your server is down, it’s stressful. I’ve just recovered from an issue with WordPress where the PHP container was crippling my server because – for reasons I cannot explain – connectivity to the database had just died. This actually happened to me on another server a few months ago, and I wasn’t that bothered … Read more