You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -577,7 +577,7 @@ This example sends the string "username1:password1".
577
577
The JWT type requires another (SSO/Identity) server to sign a token that contains claims.
578
578
Both servers share a secret so that they can either sign or verify that the signature is valid.
579
579
Claims are stored in the `$_SESSION['claims']` variable.
580
-
You need to send an "Authorization" header containing a base64 url encoded and dot separated token header, body and signature after the word "Bearer" (read more abou).
580
+
You need to send an "Authorization" header containing a base64 url encoded and dot separated token header, body and signature after the word "Bearer" ([read more about JWT here](https://jwt.io/)).
0 commit comments