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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ Both header and payload are in JSON format.
32
32
-`ti`: Unique Token ID (e.g. uuid). Used to uniquely identify tokens and restrict replay attacks. Required.
33
33
-`c`: The Customer ID of the issuer. Token will only be valid on events on this account. Required.
34
34
-`e`: The Event ID. If provided, token will only be valid on this event. Optional.
35
-
-`ip`: The IP address the user the token is issued to. If provided, the IP address is validated before issuing the token. Optional.
36
-
-`xff`: The X-Forwarded-For headerof the request when the token is issued. If provided, the X-Forwarded-For header is validated before issuing the token. Optional.
35
+
-`ip`: The IP address the user the token is issued to. If provided, the IP address in the token is validated against the client IP before issuing a new Queue id. Optional.
36
+
-`xff`: The X-Forwarded-For headerof the request when the token is issued. Only used for logging. Optional.
0 commit comments