We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455feb6 commit 6de7fa5Copy full SHA for 6de7fa5
README.md
@@ -25,7 +25,7 @@ Both header and payload are in JSON format.
25
}
26
```
27
28
-- `typ`: The type of the token. Value must be "QFT1". Required.
+- `typ`: The type of the token. Value must be "QT1". Required.
29
- `enc`: Payload encryption algorithm. Value must be "AES256". Required.
30
- `iss`: NumericDate of when token was issued. Required.
31
- `exp`: NumericDate of when token expires. Optional.
@@ -62,7 +62,7 @@ const token = Token
62
.WithCustomData("size", "medium")
63
.Generate())
64
.WithEventId("demoevent")
65
- .WithIpAddress("75.86.129.4", "45.67.2.4,34.56.3.2")
+ .WithIpAddress("75.86.129.4,45.67.2.4,34.56.3.2")
66
.WithValidity(60000)
67
.Generate(secretKey);
68
0 commit comments