Preventing Account Spam in BetterAuth (Free Credit Abuse) ?

Hello. We're using BetterAuth and offer free credits on signup. The issue is users can create multiple accounts to abuse the free credits. How should I implement protection against this using BetterAuth? What would be the best practice, or is there maybe a plugin for this case? Thanks.
4 Replies
sebastian
sebastian4mo ago
Perhaps try fingerprinting with IP Adress? or even Credit Card? This way you can check for multiple accounts.
aleksa
aleksaOP4mo ago
I don't like using the credit card, because most users avoid adding credit card before trying out the app, but I know some apps that do this and it makes sense. Yeah, I think fingerprinting with IP might be the way, have you by any chance done this and have an example for it?
<keytrap-x86 />
<keytrap-x86 />4mo ago
Try fingerprintjs, there’s a free a pro version. The pro gets more accuracy but the free can suite your needs
sebastian
sebastian4mo ago
No, i didn't need to this. But you can do it by a lot of ways for sure. I would probably just implement some basic api for it, depends on how accurate you would want to be.

Did you find this page helpful?