Skip to content

Commit

Permalink
fix new doc (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci committed Sep 28, 2023
1 parent 9ad9310 commit e09c7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03.Advanced-Cookbook/3.02.Flash-Sale.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ From the view of business, after we permit a lucky user to go forward, we should

Fortunately, all users need to sign in before joining the flash sale, that's the requests will contain an identifier of the user, we can use this identifier to record the lucky users.

As an example, we suppose the value of the `Authorization` header is the desired identifier (the identifier could be a JWT token, and the [Validator filter](./security.md#security-verify-credential) can be used to validate the token, but this is out of the scope of this document).
As an example, we suppose the value of the `Authorization` header is the desired identifier (the identifier could be a JWT token, and the [Validator filter](../02.Tutorials/2.5.HTTPS-Lets-Encrypt.md#security-verify-credential) can be used to validate the token, but this is out of the scope of this document).

However, due to the `maxConcurrency` option in the filter configuration, using a `Set` the store all permitted users won't work.

Expand Down

0 comments on commit e09c7a9

Please sign in to comment.