강의

멘토링

로드맵

Programming

/

Back-end

Spring Boot JWT Tutorial

You can quickly and easily learn the basics of authentication and authorization through tutorials using Spring Boot, Spring Security, and JWT.

(4.9) 553 reviews

12,266 learners

  • silvernine
Spring Boot
JWT
Thumbnail

Reviews from Early Learners

What you will learn!

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

Java : https://github.com/SilverNine/spring-boot-jwt-tutorial

Kotlin : https://github.com/SilverNine/spring-boot-jwt-tutorial-kotlin

Lecture Introduction 📝

"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

Hello
This is

12,266

Learners

553

Reviews

83

Answers

4.9

Rating

1

Course

HI, I AM EUNGOO JUNG.

A DEVELOPER FROM PLANET EARTH.

Curriculum

All

5 lectures ∙ (43min)

Published: 
Last updated: 

Reviews

All

553 reviews

4.9

553 reviews

  • OMG님의 프로필 이미지
    OMG

    Reviews 205

    Average Rating 5.0

    5

    100% enrolled

    목소리 , 전달력, 설명, 자막, 강의 흐름 등등 JWT 기본적인 내용들을 짧은 시간 내에 잘 알려주십니다 :)

    • 정은구
      Instructor

      안녕하세요 OMG님 좋은 수강평 남겨주셔서 진심으로 감사드립니다. 오늘 하루도 행복한 하루 되시길 기원합니다 :)

  • 머류규게님의 프로필 이미지
    머류규게

    Reviews 2

    Average Rating 4.0

    3

    60% enrolled

    그냥 사용설명서 정도?? 학습용은 아닌듯 합니다.

    • afgman4님의 프로필 이미지
      afgman4

      Reviews 13

      Average Rating 5.0

      5

      100% enrolled

      정말 소중한 강좌이긴 합니다만.. 소스를 카피하셔서 붙여놓는 바람에 User 클래스로 고생을 좀 했네요.. 그냥 소스 치시면서 하셨다면 import 되는게 Entity 로 넣는 User인지 아님 security.UserDetails의 User 인지 알기 쉬웠을텐데.. 여튼 소중한 강의 감사드립니다

      • 정은구
        Instructor

        안녕하세요 afgman4님! 제가 스피드 있게 진행하는 것에 너무 신경을 쓰는 바람에 import 되는 부분에 대한 설명을 빠트렸었군요 그 부분은 생각을 못했습니다.. 다음 영상에서는 그 부분도 신경써서 만들어 보도록 하겠습니다 수강평 진심으로 감사드립니다 :)

    • gygg님의 프로필 이미지
      gygg

      Reviews 5

      Average Rating 4.6

      3

      100% enrolled

      무료강의 감사합니다. 근데 초보자가 듣기에는 많이 버겁습니다. 저도 따로 공부 더 해야할거 같네요

      • Nalkae Korea님의 프로필 이미지
        Nalkae Korea

        Reviews 4

        Average Rating 3.8

        3

        100% enrolled

        .....

        Free

        Similar courses

        Explore other courses in the same field!