How It Works
When a new user registration is attempted (via API or form):
- The plugin checks if the user:
- Uses a blocked email domain
- Has a name matching blocked keywords
- Is connecting from a blocked IP
- If a third-party API is configured, a request is sent to ai fraud detection api with:
- Name
- IP
- User Agent
- If the API reports high risk, registration is blocked.
All blocks are logged for auditing and review.