habu-ori / study

0 stars 0 forks source link

What Is JWT? #29

Open habu-ori opened 1 year ago

habu-ori commented 1 year ago

JWTとは何か?

JWTの仕組み

JWTの例

OAuthベアラ・トークン

なぜJWTを使用するのか?

habu-ori commented 1 year ago
sequenceDiagram
    autonumber
    client クライアント
    participant server as サーバー
    クライアント->>server: GET /doc HTTP/1.1
    server->>クライアント: HTTP/1.1 200 OK
habu-ori commented 3 months ago

LGTM