Voice, delivery, explanation, subtitles, lecture flow, etc.
JWT basics are explained well in a short period of time :)
5.0
afgman4
100% enrolled
It's a really valuable lecture, but... I had a hard time with the User class because I copied and pasted the source code... If you had just typed in the source code, it would have been easy to know whether the User being imported was the Entity User or the User in security.UserDetails... Anyway, thank you for the valuable lecture.
5.0
hipyohip
100% enrolled
Honestly, it was better than I expected.
No, it is a very satisfying jwt lecture.
If there are other lectures by the instructor, I would be willing to buy them and watch them. Highly recommended!
What you will gain after the course
Implementing JWT authentication and authorization using Spring Boot
Spring Security Basics
Membership registration, login, and authorization logic
This course is a tutorial designed to help you learn JWT authentication and authorization quickly and easily using Spring Boot and Spring Security.
Github ✒️ (Please refer to the code below.)
Updated sample code for Spring Boot 3.4.0 (SNAPSHOT).
Please refer to the links below for the latest sample code for Java and Kotlin versions.
"JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties." -jwt.io
JWT is specified in RFC7519 Internet standard and is the most widely used authentication method in token-based authentication systems.
In this tutorial, we will implement membership registration, login, and authorization logic, and quickly and easily experience Spring Security's authentication and authorization logic.
Expected Questions Q&A 🙋🏻♂️
What program do you use in this course?
I use IntelliJ IDEA, Postman, and Browser, but it's not required :)
What are authentication and authorization?
Authentication is the process of verifying who the user sending the request is. It's the correct user.
Authorization refers to the process of verifying whether the action the Request is trying to perform is permitted.
Please tell us what prompted you to start this course.
I wanted to introduce a very good alternative that I found after being tired of the system expansion issues of the existing authentication method.
As a developer, I often work on side or toy projects, and I've found myself implementing authentication and authorization using the simple JWT method. I've created this to share with you.
Recommended for these people
Who is this course right for?
For those who want to easily learn the basics of token-based authentication and authorization
For those who want to quickly experience the basics of membership registration, login, and authorization logic
It's a really valuable lecture, but... I had a hard time with the User class because I copied and pasted the source code... If you had just typed in the source code, it would have been easy to know whether the User being imported was the Entity User or the User in security.UserDetails... Anyway, thank you for the valuable lecture.
Hello afgman4! I was so focused on making it go quickly that I forgot to explain the import part. I didn't think about that part. I'll try to make it in the next video with that part in mind. Thank you so much for your review :)
This is definitely not a tutorial. LOL.. If you are new to jwt, go back..
They just explain the method with the completed code and that's it. I think those who came to learn from the tutorial will get nothing out of it.
Perhaps because it's free, there's too much copy-pasting, and the explanations are very poor. If you teach like this and open a paid course in the future, I think I'll avoid it.