Wow, I struggled a lot with auth in spring security, but this is one of the clearest and most beautiful explanations of spring security I've ever seen! You broke down complex concepts into simple, easy-to-follow steps, and the examples were spot on. I'm very thankful
hey, telusko team , i think there is some ambiguity in the video, we don't need to create bean for authentication provider since we already talking to database through JPA methods. please correct it thank you.
Great video. Thank you again a lot. Only thing is role was not added in controller. everything worked fine. But when I added @PreAuthorize("hasRole('USER')") in controller, 403 Forbidden error, end the principal I have same role present. @Override public Collection
Wow, I struggled a lot with auth in spring security, but this is one of the clearest and most beautiful explanations of spring security I've ever seen! You broke down complex concepts into simple, easy-to-follow steps, and the examples were spot on.
I'm very thankful
I never understood Spring Security like this last one. Very clear ❤🎉
You are a very good instructor... I learned a lot from your videos. Thank you so much for all the hard work 🙏.
Great video showing different approaches. I like that we go from simple to complex in short videos.
Thank you, Mr. Telusko.
You are the best guy on youtube to explain Spring boot
Great jobs Navin. It has costed time and effort to explain all thing but you did it exceptional!!!
The way you explain things are so good. You are a very good teacher.
Great job Navin, you helped me a lot in my current role
really really good video!! even for an spanish people!! clair and concise. Many thanks!!
Thank you for putting so much effort into the lectures. Hats off and respect!
Really a great effort in explaining the concepts with a good flow and steps, which results in acquiring the better spring security knowledge❤
Lengthy video but I have enjoyed it most. Thank you so much Navin Sir ❤❤❤
Thank you so much for clearing my mind about the security filter chain and lambda expression .... you are such an amazing
great video, theres always so much to learn from you
That was quite the journey!! Phew
I am so addicted to you videos😢😂
oohhh hhoo
thank you this was a new concept for me...
He made it look like spring security is easy
Thanks sir . I Had made this project with Mongodb 😊
Great lecture, thank sir
thank you sir , for helping in spring security
GOAT in JAVA ❤❤❤
Please Sir don't forget JWT
Sir has already mentioned that JWT video is also coming later in this Series bro 😊
This is pure gold
thank you Sir ❤
awesome video sir, Thank you
hey, telusko team , i think there is some ambiguity in the video, we don't need to create bean for authentication provider since we already talking to database through JPA methods. please correct it thank you.
you are amazing dear
sir i am getting this error
You have entered a password with no PasswordEncoder. If that is your intent, it should be prefixed with `{noop}`.
great video sir thanks a lot
Sir please make a video on Collections Framework like you did in DSA using java.
Sir please make video on role based authentication
Whenever I'm entering credentials in output login form it is showing same form.
Can some one sort this??
.formLogin(formCustomizer -> formCustomizer
.loginPage("/login")
.permitAll()
.defaultSuccessUrl("/home")
);
Try this
you have set the session to stateless while having formlogin enabled , either make sesion stateful or remove formlogin
Please upload more videos.
Hello sir,
no need to make UserPrinciple class just implement UserDetails to User(Model).
Just a Suggestion!!
I have everything but, it keeps showing me user not found, can anyone help me please
thank you
Post a video about custom login page
Thank you sir
Thankkk Youuu
super!!!
WTFFFF java, I could do this with node and express in 5 minutes... :(
Great video. Thank you again a lot. Only thing is role was not added in controller. everything worked fine. But when I added @PreAuthorize("hasRole('USER')") in controller, 403 Forbidden error, end the principal I have same role present.
@Override
public Collection
Thank you
Thank you Sir