JWT claims explained: registered, public and private

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 มิ.ย. 2024
  • Support my work / pawelspychalski
    This video explains the content of JWT tokens. JWT payload is divided into claims, which a structured "fields" that describe the purpose and potential usage of the token. Claims are divided into: registered, public, and private.
    What are JWT tokens? Modern authentication and authorization for microservices • What is JWT? The JSON ...
    0:00 Intro
    0:27 Registered, Public and Private JWT claims
    0:47 The JWT RFC 7519
    1:19 Registered claim names
    1:55 The claims: iss, sub, aud, exp, nbf, iat, jti
    3:03 JWT public claims
    3:21 JWT private claims
    4:50 Summary
    JWT RFC 7519 datatracker.ietf.org/doc/html...
    Public registry of JWT claims www.iana.org/assignments/jwt/...
    #quadmeup #jwt #keycloak

ความคิดเห็น • 5

  • @PSAfterHours
    @PSAfterHours  2 ปีที่แล้ว +1

    What are JWT tokens? Modern authentication and authorization for microservices th-cam.com/video/9nBu5qtVxMM/w-d-xo.html

  • @12345681722
    @12345681722 ปีที่แล้ว

    Thank you for clarifying what makes me understand the difference between public claims and private claims

  • @wralith
    @wralith ปีที่แล้ว +1

    Thank you for clear explanation!

  • @saeedansari6627
    @saeedansari6627 10 หลายเดือนก่อน

    Very well explained. Thank you!