Skip to content

Commit a0bd920

Browse files
authored
Update README.md
1 parent 51cd179 commit a0bd920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Both header and payload are in JSON format.
3232
- `ti`: Unique Token ID (e.g. uuid). Used to uniquely identify tokens and restrict replay attacks. Required.
3333
- `c`: The Customer ID of the issuer. Token will only be valid on events on this account. Required.
3434
- `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.
3737

3838
### Token Payload
3939

0 commit comments

Comments
 (0)