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_st
01/04/2023, 9:39 AM
hey @blockexplorer1492 there is no in built way, but you can always override the sign up APIs to add any such logic yourself.
b
blockexplorer1492
01/04/2023, 9:40 AM
Ok. If I use your hosted solution then this won't be possible right?
r
rp_st
01/04/2023, 9:40 AM
you can still do the overrides even with the hosted solution'