Supercharge Java Authentication with JSON Web Tokens (JWTs) Getting ready to build, or struggling with, secure authentication in your Java application? Unsure of the benefits of using tokens (and specifically JSON web tokens), or how they should be deployed? I’m excited to answer these questions, and more, for you in… Continue Reading java-json-web-tokens-jjwt

Login For a Spring Web App – Error Handling and Localization 1. Overview In this article we’re going to illustrate how to implement a simple Login Page with Spring MVC for an application that’s handling the authentication with Spring Security in the backend. For the full details on how to… Continue Reading spring-security-login-error-handling-localization