Skip to content

Commit 409ef0d

Browse files
committed
Improve JWT docs
1 parent 13e3e3e commit 409ef0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ You need to send an "Authorization" header containing a base64 url encoded and d
581581

582582
Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6IjE1MzgyMDc2MDUiLCJleHAiOjE1MzgyMDc2MzV9.Z5px_GT15TRKhJCTHhDt5Z6K6LRDSFnLj8U5ok9l7gw
583583

584-
This example sends the signed string:
584+
This example sends the signed claims:
585585

586586
{
587587
"sub": "1234567890",

0 commit comments

Comments
 (0)