Spring Boot Security - JWT Filter

preview_player
Показать описание
Spring Boot Security - JWT Filter

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

I have paid for a udemy course about security and you have been doing all the same things and in an even shorter time. You are awesome Teddy thanks

wllow
Автор

I just want to really thank you for taking the time to create this playlist.
It was so succinct and to the point i managed to finish it in one sitting.
This playlist has given me a strong base in spring security that i can build upon.
Thank you so much man 🙏🙏🙏

amineamine
Автор

Short and very useful. Thank you very much. I’ve watched multiple courses about spring security that were much longer than yours and did not learn as much. Congrats for your work 🎉

RoberttDD
Автор

Hey teddy I have never come across so short and structured course and very simple and clean explanation of each functionality. while watching some course in YouTube or udemy, I usually used to break my head to understand the concept or watch twice. But this course just at one go and I clarified all my doubts which accumulated back then on spring security.
Thank you TEDDY 🙏🧸

shreyasshashi
Автор

The way you explained the full flow of security in springboot with the diagram, I know you have knowledge and experience. Just finished the full series and it's full of knowledge. Thanks a lot. Liked and Subscribed.

harjinder
Автор

Awesome course!! You are THE number 1 Java-Spring Programmer on Youtube Teddy!

eiaeiata
Автор

Hey teddy, unlike so many 3 hr courses online. I like that you went with more of a granular approach. Love this style of teaching. Wish you success :)

alphabee
Автор

Teddy, thanks for a great playlist that gave a different perspective on JWT. Honestly, the material is not easy and requires careful and in-depth study to understand the logic and sequence of operation.

Devivl
Автор

Guys, if your code is not working, you can:
add next dependency:
<dependency>


<version>2.3.1</version>
</dependency>
change authorizeRequests() -> authorizeHttpRequests()
antMatchers -> requestMatchers in the filterChain method of the SecurityConfig.class

DzmitryAntsipin
Автор

Thank you for the tutorial, I don't fully understand everything but this serves as a great starting point from which to dive deeper

justsmell
Автор

best Spring Boot Security tutorial I've found

JoBest
Автор

I'm really looking forward to the next video, why? You are the best teacher on YouTube than any other YouTuber. why? You cover every theoretical part, I like it very much.please make next video soon

Web_Flex
Автор

Wow, Thank You Teddy. I have shared this playlist with a lot of my friends. Thanks for how concise and easy to understand you have been.

osasereuhunmwangho
Автор

Great series man. Just what i needed to see. Thanks

devincatuns
Автор

how can we secure endpoints and use the jwt token which is generated through the lectures??

stavroslaios
Автор

I just downloaded your project to try it out but if I set something to require a role, it cannot reach it 403 forbidden. So this Role table/setup is useless? The other thing, so we are getting the JWT token for a specific time, and it works fine, but If I set the authentication method in postman to Basic Auth, then I have access just like with the token with username password.

dominikdomiter
Автор

Why do we need to "re-set" the Authentication after receiving the JWT token? When the dude sends a request to the login endpoint, isn't the SecurityContext already holding his Authentication object? I don't understand why we need to "reauthenticate" the user after receiving a JWT. Could you explain, please?

Thanks for this incredible course, Teddy! It was immensely helpful. I finally feel like I'm getting a grasp of how security works in Spring.

crocodilion
Автор

Thank you very much for the series it was clear and helpful ! i wish that you could show us how to use and consume the token in front-end ( Angular ) with user or admin dashboard redirect ! thank you

guidaraaymen
Автор

Thank you Teddy ! Amazing explanation, you've just earned a new suscriber :3

pablob
Автор

Thanks Teddy! Now I can claim that I understand the JWT token.

feyselahmed
welcome to shbcf.ru