We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9800841 commit a023eaaCopy full SHA for a023eaa
1 file changed
README.md
@@ -1,4 +1,3 @@
1
-[](https://www.npmjs.com/package/@queue-it/queue-token)
2
3
# Queue-it Queue Token SDK for PHP
4
@@ -91,4 +90,4 @@ The format of the token is [header].[payload].[hash] where each part is Base64Ur
91
90
The payload is AES 256 encrypted with the secret key supplied in the `.Generate(secretKey)` method.
92
If the "e" key is provided in the header, the secret key on the event must be used.
93
If no "e" key is provided the default key on the customer account must be used.
94
-The token is signed with SHA 256 using the same secret key.
+The token is signed with SHA 256 using the same secret key.
0 commit comments