Hello @nkshah2 & @porcellus , I have 1 question about the signup endpoint. How to protect it if we don't want to be spam by hacker which will try to create a user ?
n
nkshah2
10/06/2022, 1:12 PM
Hi,
You could override the API when initialising SuperTokens and fail the request using some mechanism (IP based rate limiting for example)
nkshah2
10/06/2022, 1:12 PM
Note that the SDK does not do this so you would have to build the limiting logic yourself