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 the best guy on youtube to explain Spring boot
Great video showing different approaches. I like that we go from simple to complex in short videos.
Thank you, Mr. Telusko.
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
You are a very good instructor... I learned a lot from your videos. Thank you so much for all the hard work 🙏.
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!
Thank you so much for clearing my mind about the security filter chain and lambda expression .... you are such an amazing
Really a great effort in explaining the concepts with a good flow and steps, which results in acquiring the better spring security knowledge❤
great video, theres always so much to learn from you
Lengthy video but I have enjoyed it most. Thank you so much Navin Sir ❤❤❤
That was quite the journey!! Phew
He made it look like spring security is easy
I am so addicted to you videos😢😂
oohhh hhoo
GOAT in JAVA ❤❤❤
Thanks sir . I Had made this project with Mongodb 😊
thank you this was a new concept for me...
thank you sir , for helping in spring security
Great lecture, thank sir
This is pure gold
Please Sir don't forget JWT
Sir has already mentioned that JWT video is also coming later in this Series bro 😊
awesome video sir, Thank you
thank you Sir ❤
great video sir thanks a lot
you are amazing dear
Sir please make a video on Collections Framework like you did in DSA using java.
Sir please make video on role based authentication
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.
Please upload more videos.
Thank you sir
thank you
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}`.
Post a video about custom login page
Hello sir,
no need to make UserPrinciple class just implement UserDetails to User(Model).
Just a Suggestion!!
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
I have everything but, it keeps showing me user not found, can anyone help me please
super!!!
Thankkk Youuu
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