Changes between Version 1 and Version 2 of Ticket #43443, comment 4
- Timestamp:
- 03/07/2018 11:19:07 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43443, comment 4
v1 v2 2 2 3 3 Things to consider: 4 - Prevent "flood" of requests. If a request is made and i shasn't expired, perhaps limit how many new requests can be made for the same email. Something like 10 should be plenty to cover legitimate user cases.4 - Prevent "flood" of requests. If a request is made and it hasn't expired, perhaps limit how many new requests can be made for the same email. Something like 10 should be plenty to cover legitimate user cases. 5 5 - Perhaps add garbage collection function to delete expired requests. 6 6 - Consider how this can be used through the REST API and add an endpoint.