Spring Security without the WebSecurityConfigurerAdapter

preview_player
Показать описание
If you are using Spring Boot 2.7.x or above you will need to understand how to use Spring Security without the WebSecurityConfigurerAdapter adapter class. In this video, you will create a new Spring Boot project and learn how to move toward a component-based security configuration.

🔗Resources & Links mentioned in this video:

👋🏻Connect with me:

Рекомендации по теме
Комментарии
Автор

Dan, you are amazing. This video landed just in time when I was searching for the correct way of replacing the deprecated configuration. Thank you so much.

kedar-joshi
Автор

Jesus, the person who actually worked on the framework explaining things, I smell professionalism! Thank you and much love!

areggrigorian
Автор

Super quick introduction to the new feature. Thank you very much

venkatke
Автор

Great content as always ❤️.. waiting for the next one.. keep it up good work 👍

vishalkadu
Автор

This is exactly what I am looking for. Thank you so much!!!

jamesshen
Автор

I am also glad to get that replacement on video. Thank you very much

bookswiper
Автор

Dan, your tutorials are well structured and explains the concept very clearly. Thank you and appreciate your effort.
With Spring 3.0.x Spring security has changed with many methods getting deprecated. I request you to kindly explain the correct way to do LDAP authentication and return JWT using spring security 3.0
Thank you.

prasunprabhakar
Автор

Dan, thank you so so much! It was very useful!

csabavadasz
Автор

Amazing video thank you so much! I was stuck with this just the other day 😊

SpontaneousCube
Автор

Hi Dan. always great content, thanks a lot!

vpezzano
Автор

This video is great, I find easy to understand how to move from the WebSecurityConfigurerAdapter to the lambda DSL with the example given. And that for Spring Boot to pick the changes up it has to find it in a @Bean

ChrisB_Crisps
Автор

Thanks so much bro, you have all the new ones that we need

nurgazynurmamatov
Автор

Your video is great. you teach like a pro. btw this is the first time i see you. you just got my subscribe and ill check more videos of yours.

szalaytamas
Автор

Perfect timing
That's what I am looking for.

java-hero
Автор

Thank you so much for this tutorial it helped out a lot.

clive
Автор

simple a good tutorial, it helps me understand the confusion of spring security > 2.7, thanks

faycalguennoun
Автор

Dan I can't express how good your tutorials are, love the structure, goal-setting and the on-point explaining without any gibber-gabber, One question is: will you update your course on Udemy to reflect the deprecations in the newer versions of Spring?
so far Spring security is a very important subject, many do touch on it but there is no good structured course out there for this specific topic.
Thanks again.

maxjustmax
Автор

Great video as always! Keep up the good work and it will be awesome to see more videos on this topic.
Since nowadays most apps are REST API's with SPA framework and JWT flows are used - it will be great if Spring Team implements this flow (REST API, Role based Authentication/Authorization against the Database - with bcrypted password, etc) out of the box.
Do the new Spring Security changes simplify this flow in any way? Because right now to implement such flow there is a lot of boilerplate code which would be better if it is implemented and can be used from Spring Security!

AleksandarT
Автор

Thanks for the video! After spending hours as I am new to JAVA and especially security side of things, your video helped me bypass the CORS issue. Being new to JAVA how to keep track or update myself in the best practices in JAVA? any recommendations is appreciated!

vishalbalani
Автор

Great video Dan. Concise and to the point.

I have a quick question about the deprecation - the blog post says WebSecurityConfigurerAdapter has been deprecated, as we encourage users to move towards a component-based security configuration.

My question is why? What advantage would that give us as a developer which we couldn't have with WebSecurityConfigurerAdapter?

Hope to hear from you soon and once again - thank you very much for taking the time to make this video

prabhjotsingh