Hi,
I have some cases, where a user (IP) can create multiple accounts.
Is there a option to look on the IP information we already record, and use that to say “Within X days you can’t create more then 1 account”
Hi,
I have some cases, where a user (IP) can create multiple accounts.
Is there a option to look on the IP information we already record, and use that to say “Within X days you can’t create more then 1 account”
Hi @mbh,
Welcome back to the Auth0 Community and sorry for the late reply.
You can create an Action in Auth0 that checks the user’s ip by using the event.request.ip object and deny access for a certain amount of days using basic javascript programming, which can be implemented within actions as described in this Action Use Case.
You can definitely achieve this, and check more examples under our Actions Use Cases.
Thanks for your post, and i hope this helps others as well.
Remus