c/docshelp wanted
Metriche repository
- Star
- (31.371 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
There are quite a few common use-cases around capturing mutations from anonymous users but without making it too easy for malicious users to spam the backend.
- Likes or visit counter
- other examples
Reasonable ways to determine a unique anonymous user:
- client generated session-id. Possible con: not terribly hard for a sophisticated user to fake
- IP based value. Possible con: users on a campus network might have UX issues with their likes getting rejected
- recaptcha based value. Possible con: ugh UX
(Via @thangngoc and @7777 on discord)