Spring Security: The Good Parts by Daniel Garnier-Moiroux

preview_player
Показать описание
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 talks aims to provide a useful method for understanding how Spring Security works, and where the extension points are. Through a theory (diagrams!) and practice (live coding!), you will get familiar with the general architecture, foundational patterns and common abstraction. You will understand how they are used in the library code, and how you can draw inspiration from them. And you will discover the latest and greatest from Spring Security 6.0!
Рекомендации по теме
Комментарии
Автор

The most clear presentation on Spring Security. Thank you so much Daniel

stefanoforgiarini
Автор

What a great presentation, perfect english, very legible, congrat.

zartcolwing
Автор

Awesome content and presentation. Thanks for putting it together and making it happen Daniel! Really appreciated it!

asterixcode
Автор

Awesome presentation, learned a lot, even some coding practices not related to Spring Security, thanks!!

gjperes
Автор

Wow, very good described Daniel! Thank you.👍

oqcbycn
Автор

Awesome presentation. Thank you very much.

pmorah
Автор

Great presentation on Spring Security. Thanks.

MahfuzulAlamCTG
Автор

Amazing bro! I´d like to see more videos about this topic !

cristiangomez
Автор

Great, great presentation. I have a question.

maneshipocrates
Автор

Excellent presentation!! I have a question, if controller would never see the password, then if i want a controller to register an user, how could i do it? I mean, for registration user, the user has to send his credentials, I supossed that is in the controller, then do I have to create a filter for it?

rodanmuro
Автор

Where's the link to the slides and repo?

emmanuelcudjoe