Best tutorial on Spring security and JWT. No one can convince me otherwise. Every concept has been broken down to it's simplest form and explained step by step which makes it easier to understand. Kudos to you, Navin.
Thank you, Navin sir, for your efforts to make our lives easy using Spring Boot and Spring Security. This video helped a lot. For any question related to Spring, Telusko is one stop for all. I request you to create a tutorial on creating our own OAuth server. THANK YOU!
I have now conquered my fear of spring security through this your video. Thank you very much. It indeed a great tutorial on Spring Security. ❤❤❤❤❤ Much love sir
Thank you very much for this video! I am trying to use JWT tokens in my Spring app which is something I haven't done before and when I was searching how to do it I didn't understand what was happening at all. Then I found this video and it's been super helpful! You've also managed to keep me quite focused despite how long the video is, which is impressive 😂
Hey Telusko I've been learning Spring for about one year and I've been stuck in Security for about a month. Your video really helped me putting the pieces together and actually understand how everything works (: I come from reading a few books about spring security and this tutorial helped me like you have no idea
Hi Navin Sir, Once again great explanations, great learning, thank you for that. . This was really overwhelming topic, but as you said, we have to do these configuration only once, that was relief. :) From here should we start learning about microservices, or should we stop and create some projects, play around with spring/hibernate and spring security?
Navin sir, you make all videos very easy to approach. I was very scared of Spring and don't know much. But I was able to understand basics of Spring Security from first 1 hour that I have watched. Thank you! Hoping to finish the rest and try it out for my app.
This is very good. Difference I found between other videos is the content. Sir gives content in very detail and clears all the concepts and I really found it very helpful. Thank you so much Navin Sir.❤❤❤
This is very gr8 video, thanks, the video would shine more if you can add all the blocks involved like filters, auth manager, dao, jst auth provider. pls make an video on authorization as well. Thanks Navin🎉🎉
Thanks so much for this great piece of work. In my view, the best explanation of Spring Security, token generation and validation; as well as the concept of authentication for the delivery of secured Restful services.
I was scared of this topic thanks for making such an informative video Just finished the last part and for some reason even after adding the second oauth client github. I don't see it on the UI, although I was trying to do this on my own little project.
Sir, can you make a video on tips on how to read documentations? I was trying to read the spring security documentation but it is very confusing unlike how you teaches it. It will be a great help if you will, thank you in advance!
Honest truth: Documentation is where those knowledge are taken but it requires some level of understanding and expertise. Not meant for an absolute beginner
Hello Telusko, First off all thank you for making tech videos it always helpful and because of this video i learn lot. One more thing you ask for the kill port which is in use by service so i am pasting some steps here, you are best teacher but may be it will be helpful for others you are very intelligent.🤩 Thank you for making videos on tech lang. Here are the commands COMMAND TO KILL PID USING PORT:- 1. Run the CMD as administrator and i) find out the port services running. ii) perform following commands. >netstat -a -n -o | find "portnumber" 2. to kill PID >taskkill /PID pidNumber /F
It sounds nice and understandable, but you missed the refresh token, which is really important for both JWT token security and user experience. Without a refresh token, users would need to log in more frequently, leading to a less seamless experience. Additionally, the refresh token helps maintain security by allowing for token renewal without requiring the user to re-authenticate constantly.
great video but one doubt: if for verifying token we are using db (making db call) then there is no point of using token. we can directly send username and password in every req and everytime we get that user from db and verify like we are doing for validating token.
2:58:00 I have one question: If anyone can hold of the username and the algorithm used by this service to generate key then they can easily spoof the JWT token by generating their own right? I thought when user logged in first time, the password is also used in the process of key generation to make the key unique but it is not the case here !
We looking to new video from build project with spring security then add to it some frontend pages and finally upload it into a server, free or paid video always i want thing like this.
Thank you. I am not able to athuthenticate with the Username and password which I have created through POST Method in spring security. But if I created a data manually directly in the Data base I can able to authenticate it.
hi navin i ma new to configures the security project to existing project and with front as well coul please upload video how to configure with front end
the video is amazing and in the last after enabling both google and github authentication 1st login works properly but after logout it shows this error Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. can some one help this problem comes until i close the broser and login in again
Only video which can explain spring security clearly. Nobody else explained like you
yes
I liked this video so much that I literally turned off my adblocker to watch the ads and support you
Best tutorial on Spring security and JWT. No one can convince me otherwise. Every concept has been broken down to it's simplest form and explained step by step which makes it easier to understand. Kudos to you, Navin.
@Telusko
Use this to kill process on port
3:01:43
lsof -i tcp:
kill -9
Only video which can explain spring security clearly. Nobody else explained like you, iam following you sir since 2017
I don't know why when I see this man I'm getting more confidence in software development. Keep it up man! You made our day
He is Master and consistent , first keep u " keep it up "
the best Spring security Tutorial in the whole youtube , big thanks to you .
Thank you, Navin sir, for your efforts to make our lives easy using Spring Boot and Spring Security. This video helped a lot. For any question related to Spring, Telusko is one stop for all. I request you to create a tutorial on creating our own OAuth server.
THANK YOU!
This is hands down the best spring security tutorial out there guys.
I have now conquered my fear of spring security through this your video. Thank you very much. It indeed a great tutorial on Spring Security.
❤❤❤❤❤ Much love sir
Thank you very much for this video! I am trying to use JWT tokens in my Spring app which is something I haven't done before and when I was searching how to do it I didn't understand what was happening at all. Then I found this video and it's been super helpful! You've also managed to keep me quite focused despite how long the video is, which is impressive 😂
Sir, the best video for spring security ...you explained every bit that i was using with half information. Thank you
Best tutorial for security. i have gone throgh many tutorial of other creators but this one is insane. Thanks for your effort Telusco
Hey Telusko I've been learning Spring for about one year and I've been stuck in Security for about a month. Your video really helped me putting the pieces together and actually understand how everything works (: I come from reading a few books about spring security and this tutorial helped me like you have no idea
Happy to hear that you were able to understand the concepts, and thanks for the appreciation!
How a good lecture you gave. Thank you very much for all the work you're doing and contribution to the online community.
Greetings from Germany :)
Thank you,I just finished the video. It really helped me overcome my fear of authentication methods.
Hi Navin Sir,
Once again great explanations, great learning, thank you for that.
.
This was really overwhelming topic, but as you said, we have to do these configuration only once, that was relief. :)
From here should we start learning about microservices, or should we stop and create some projects, play around with spring/hibernate and spring security?
youre literally a legend. whenever im searching for a topic i always check your channel first! thank you for the amazing content!!
Navin sir, you make all videos very easy to approach. I was very scared of Spring and don't know much. But I was able to understand basics of Spring Security from first 1 hour that I have watched. Thank you! Hoping to finish the rest and try it out for my app.
Sir, please teach us payment gateway integration using Spring Boot. Please🙏
Bro use your own mind
There are hundreds of tutorials out there
You can easily integrate by following any tutorial Or documentation
Read books they are great recommendation :- Manning publications
Best Tutorial I've ever seen. Thank you :)
I love the way you explain things. Even the difficult parts are easy to understand
This is very good. Difference I found between other videos is the content. Sir gives content in very detail and clears all the concepts and I really found it very helpful. Thank you so much Navin Sir.❤❤❤
Concept is totally Cleared... Love you sir for such tremendous effort. ❤❤❤ I am benefited a lot from this oneliner marathon video...
This video is amazing! You have very good teaching skills, the concepts you explain are very easy to understand. Thank you for your work!
Thank you from Germany. I love your Spring Security Tutorial!!!
Thank you sir! Now I can apply Spring Security to my personal project. Your tutorial is very easy to understand sir .🙏
Thank you so much Sir.... You are always there to support the Java devs. Love you so much ❤❤❤
This is very gr8 video, thanks, the video would shine more if you can add all the blocks involved like filters, auth manager, dao, jst auth provider.
pls make an video on authorization as well.
Thanks Navin🎉🎉
Thank you so much sir!! You are great!! Hats off!! Great Video!!🙏🙏🙏🙏
Simply! the best spring security course video
Thanks so much for this great piece of work. In my view, the best explanation of Spring Security, token generation and validation; as well as the concept of authentication for the delivery of secured Restful services.
Telusko to the World. One of the best tech channels here
sir, you did it very good. kindly make a more detail video/series of spring security other features if possible. thank you
Thank you so much sir for this much needed series🙏
Sir you nailed it - Best Spring Security 6 Tutorial 🤩🤩
Such a good content and tells each and every point very clearly thanks sir❤❤❤
Very useful! I'm expecting other programming related too!
You may want to check Python
your explanation is so easy to understand. thank you.
Good job Navin.
Happy Teacher's day sir ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Thank you so much for the nice explanation...follower since 2019
At 1:30:08 you laughed and said create your own class in a sarcasm, i liked that.
I was scared of this topic thanks for making such an informative video
Just finished the last part and for some reason even after adding the second oauth client github. I don't see it on the UI, although I was trying to do this on my own little project.
Thank you man, you are my hero!
TELUSKO IS THE MAN!!!
Well on time, I was looking for this all day long
Thank you for sharing this great knowledge sir🙏
Need one video on Hibernate and ORM theory.🙏
Great tutorial! Awesome
Great work with nice explanation !
Wow, great video thank you so much for your effort
thanks for this tutorial!
Sir, can you make a video on tips on how to read documentations? I was trying to read the spring security documentation but it is very confusing unlike how you teaches it. It will be a great help if you will, thank you in advance!
Honest truth: Documentation is where those knowledge are taken but it requires some level of understanding and expertise. Not meant for an absolute beginner
Thanks for upload this video its very useful. please upload using ldap if possible
JUST I N TIME TUTORIAL! Thanks!
Hello Telusko,
First off all thank you for making tech videos it always helpful and because of this video i learn lot.
One more thing you ask for the kill port which is in use by service so i am pasting some steps here, you are best teacher but may be it will be helpful for others you are very intelligent.🤩 Thank you for making videos on tech lang.
Here are the commands
COMMAND TO KILL PID USING PORT:-
1. Run the CMD as administrator and
i) find out the port services running.
ii) perform following commands.
>netstat -a -n -o | find "portnumber"
2. to kill PID
>taskkill /PID pidNumber /F
It sounds nice and understandable, but you missed the refresh token, which is really important for both JWT token security and user experience. Without a refresh token, users would need to log in more frequently, leading to a less seamless experience. Additionally, the refresh token helps maintain security by allowing for token renewal without requiring the user to re-authenticate constantly.
Day 2 of asking please make a video with integrating keycloak or oauth2
Happy teachers day sir 🎉😊
good video. could you make a tutorial on refresh token? like the lifecycle, how to use it securely etc
Great job sir ❤🎉
Awesome!
Day 3 of asking please make a video with integrating keycloak
Thanks for everything
It would be great if you can integrate Keycloak as well Navin sir. Hoping for it finger crossed.
Sir also needed a video on refresh token, oauth token and so more
Can you make video on frontend (react) demonstrating the use of JWT?
Thankyou so much ❤
Thanks for sharing this JWT security video. It was really helpful. Can you please also help with "logout" code here.
Pls make one video on ROLE based authentication with JWT
The best video
u r rock
Sir, please do video regarding spring data jpa pagination and spring validation
great video but one doubt: if for verifying token we are using db (making db call) then there is no point of using token. we can directly send username and password in every req and everytime we get that user from db and verify like we are doing for validating token.
you come here in the youtube that you are soo knowledable i know it already bhai tumhara kuch samjh nahi atta hai
44:58 : Where is my postmannn! 😂😂
Sir aap ne hindi channel par java ki playlist start ki usko pura nahi kiya fir aap ne spring boot playlist start ki usko bhi pura nahi kiya....?
Nice 👍
thanks
Sir i just passed my 12th and going to college this year which branch I choose aiml and aids sir which branch has better future?
2:58:00 I have one question: If anyone can hold of the username and the algorithm used by this service to generate key then they can easily spoof the JWT token by generating their own right? I thought when user logged in first time, the password is also used in the process of key generation to make the key unique but it is not the case here !
Sir please make a video in which we can login by Email and password. Make a project and use all this
sir next video on Spring please
We looking to new video from build project with spring security then add to it some frontend pages and finally upload it into a server, free or paid video always i want thing like this.
FYI, 2:13:15... it doesn't work without jackson converter
Hey sir , please make video on AI project with using java
Thank you. I am not able to athuthenticate with the Username and password which I have created through POST Method in spring security. But if I created a data manually directly in the Data base I can able to authenticate it.
44:45 Best part
You are absolutely correct.
hi navin i ma new to configures the security project to existing project and with front as well
coul please upload video how to configure with front end
the csrf token is not working and it still says aunthorized when trying to get csrftoken
Sir,why all method endpoints will raise authentication error?
Joined
Good
Spring Security 6 and springboot -3
whats the difference why are they not in same version
with springboot-2 can we use spring security 6?
in 2 hour i am trying to register still it is giving me exception like user not register
how can we do authentication like this , but also using redis and role based authentication, pls clarify me sir...
the video is amazing and in the last after enabling both google and github authentication 1st login works properly but after logout it shows this error
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
can some one help this problem comes until i close the broser and login in again
when can we expect a rust serie?
I have a question is this all I need to learn in Spring Security?