Java Spring Boot [2024] Part 14: Spring Security (JWTs)

preview_player
Показать описание
Join my Patreon:

LinkTree:

JSON Web Tokens

Web Dev Simplified on JWTs:

JWT Documentation:

JWT Maven Dependencies:

LinkTree:

0:00 Intro
0:53 JWT Util
3:26 Login Controller
5:08 Security Filter Chain - Login
5:19 Test Generate JWT
5:40 JWT Authentication Filter
7:45 Security Filter Chain - JWT Filter
8:16 Test Authenticate JWT
9:18 Final Notes

#java #javaframework #learnjava #learntocode #javatutorial #javaforbeginners #springboot #springboottutorial #javaspringboot #backendframework #backend #backendwebdevelopment #security #jwt #json #jsonwebtoken
Рекомендации по теме
Комментарии
Автор

Here is the link to the full playlist:

peachezprogramming
Автор

The quality of this content is insane man. Lots of lingo and abstraction that I still don't understand, but I have a much clearer understanding of JWT Auth. My next side project is going to use JWTs instead of Basic Auth. I might even try to refactor my current project to use it as well.

Question: How do you stay up to date with the latest methodologies? I find that as soon as I learn one way to do something, methods and libraries become deprecated, and it almost feels like starting from scratch again. I don't mind that part, but it seems the quality of information and resources on the web differs drastically.

michaelharrington
Автор

Do you plan to share code any time soon? Asking for a friend 😂

ferlezcano
Автор

Bro you are doing a good job, but your going to fast, and without explaining what the code does, , you just write stuff. Do a little more in depth explanations.

djx