Spring Security, demystified by Daniel Garnier Moiroux

How I stopped worrying and learned to love security Ensuring that applications are secure is now high on most “Deploy to Prod“ checklists. Spring Security is the de-facto standard in the Spring ecosystem, bringing robust security and sensible defaults to web apps. It is flexible enough to fit any use-case, thanks to a myriad of configuration options and innumerable extension points. Newcomers to Spring Security can feel lost when they step out of the “Getting Started“ guides and need to fine-tune Spring-Security to their specific use-case. Developers can find themselves frantically copy-pasting from Stack Overflow until it kinda-sorta works. This deep-dive aims to demystify Spring Security and provide a useful method for understanding how it works, and where the extension points are. Through numerous live coding examples, you will get familiar with the general architecture, foundational patterns and common abstraction. You will understand how they are used in the libra
Back to Top