Spring Security 6 with Spring Boot and JWT Tutorial

preview_player
Показать описание
00:00:00 Spring Security Getting Started
00:13:49 Setting our own username and password
00:28:47 CSRF Token
00:46:32 Spring Security Configuration
01:03:36 Spring Security User from Database
01:36:33 Spring Security Bcrypt Password Encoder
01:54:31 What is JWT and Why
02:09:10 Spring Security Project Setup for JWT
02:25:42 Generating JWT Token
02:37:48 Validating Token
02:58:12 Spring Security Google and Github Login

Check out our courses:

Coupon: TELUSKO10 (10% Discount)

Coupon: TELUSKO10 (10% Discount)

Coupon: TELUSKO10 (10% Discount)

Coupon: TELUSKO20 (20% Discount)

For More Queries WhatsApp or Call on : +919008963671

Udemy Courses:

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

Only video which can explain spring security clearly. Nobody else explained like you

proudtobehindu
Автор

I liked this video so much that I literally turned off my adblocker to watch the ads and support you <3 I really appreciate the way you explain every single concept.

hhhhh
Автор

Sir, please teach us payment gateway integration using Spring Boot. Please🙏

technicaltutionwala
Автор

This is hands down the best spring security tutorial out there guys.

vbmgfsn
Автор

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

sadhamhussain
Автор

@Telusko
Use this to kill process on port

3:01:43

lsof -i tcp:<port>
kill -9 <P_ID>

steveandro
Автор

youre literally a legend. whenever im searching for a topic i always check your channel first! thank you for the amazing content!!

HanaaAHamed
Автор

I love the way you explain things. Even the difficult parts are easy to understand

balazsmakrai
Автор

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.

spacetime_wanderer
Автор

This video is amazing! You have very good teaching skills, the concepts you explain are very easy to understand. Thank you for your work!

privateryan
Автор

Telusko to the World. One of the best tech channels here

ridwanray
Автор

Concept is totally Cleared... Love you sir for such tremendous effort. ❤❤❤ I am benefited a lot from this oneliner marathon video...

AyanBhattacherjee-xj
Автор

Simply! the best spring security course video

kedmonmaquiz
Автор

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.❤❤❤

faizquazi
Автор

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🎉🎉

tejpalkhachane
Автор

Thank you so much Sir.... You are always there to support the Java devs. Love you so much ❤❤❤

rahul-java-dev
Автор

your explanation is so easy to understand. thank you.

ladybird
Автор

Thank you sir! Now I can apply Spring Security to my personal project. Your tutorial is very easy to understand sir .🙏

NghiLam-bneh
Автор

Sir you nailed it - Best Spring Security 6 Tutorial 🤩🤩

aishwarydangre
Автор

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

sweditmajgaonkar