Spring Security 6 | Authentication & Authorization - JWT

preview_player
Показать описание
In this tutorial video, you'll learn how to create an authentication api that supports authentication login, register and authorization roles using spring security 6 and JWT.

If you like the video don't forget to like and subscribe!

🚩 Subscribe ➜

/ @ucp1fedtyrgzpleegquenkkq

❓ Questions - Please go ahead and ask. Let's all help each other.

👇 Follow Me On Social Media:
Twitter: / stefm1000

Shopify CLI Tutorial for Beginners

#springboot
#java
#springsecurity
#jwt
#api
#authentication
#coding
#springdatajpa
#backendwebdevelopment
#intellij

Timecodes
0:00 - Intro
0:19 - Diagram Architecture
2:23 - Setup Project
12:23 - Documentation Walkthrough
18:26 - Code Implementation
1:07:08 - Postman Testing

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

after watching several tutorials on spring security, this is the only code that works so far. Thank you

JosephMawulormMensah
Автор

Thanks! Got it to work! Got many yellowlines. like many of used methods are deprecated. Still using this one, but maybe someday we need new version of this one :D

JoelPalu
Автор

thnx vro i was having a hard time with learning security but your veido make it very clear

null
Автор

Very GOOOD! Application. @DiStephano Incredible The way you program! U R D Master

seiaeia
Автор

Thank you very much. This video is up to date and concise. But I must say spring authentication/authorization is simply too complicated. It has to be simplified somehow.

merakli
Автор

I think java records and lombok can help reduce a lot of the boiler plate code writing. Thanks for using the most recent versions. I'd also recommend using constructor injections

victorojo
Автор

Wouldn't doing a search for the user in the database in doFilterInternal generate a performance problem?

roberthovelar