https://supertokens.com/ logo
Title
b

blockexplorer

01/04/2023, 9:38 AM
Is there any way to protect from fraud/spam users in supertokens? Like IP based protection for ex: User cannot sign up if they have already signed up twice from same IP or similar protections that we can add or customize while authenticating new users?
r

rp

01/04/2023, 9:39 AM
hey @blockexplorer there is no in built way, but you can always override the sign up APIs to add any such logic yourself.
b

blockexplorer

01/04/2023, 9:40 AM
Ok. If I use your hosted solution then this won't be possible right?
r

rp

01/04/2023, 9:40 AM
you can still do the overrides even with the hosted solution'
b

blockexplorer

01/04/2023, 9:41 AM
Got it. Thanks