|
|
|
|
|
by obuda
1765 days ago
|
|
Another idea is to have 3 links, where only one is visible: https://example/com/token?forBots
https://example.com/token
https://example.com/token?forBots
Hopefully any automated systems will open the first or last link first, so that you can save the request info and filter based on that. In case requests come out of order, you can always add a small delay to the "human" link before responding.I haven't yet gotten to implementing any of the authentication on my current project, so I might be missing something really basic. The next best thing is to set a cookie when requesting the magic link, but the downside (or upside?) is that it will be valid only for the browser it was requested with. |
|