We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the user creation endpoint lacks rate limiting protection, which could make it vulnerable to abuse through automated registration attempts.
Without rate limiting:
@upstash/ratelimit
@clerk/nextjs
This issue was created based on a security review of the user registration endpoint.
The text was updated successfully, but these errors were encountered:
evgongora
No branches or pull requests
Overview
Currently, the user creation endpoint lacks rate limiting protection, which could make it vulnerable to abuse through automated registration attempts.
Security Impact
Without rate limiting:
Suggested Solutions
@upstash/ratelimit
with Redis for distributed rate limiting@clerk/nextjs
which provides built-in rate limitingImplementation Notes
Related Links
Additional Context
This issue was created based on a security review of the user registration endpoint.
The text was updated successfully, but these errors were encountered: