Skip to content
New issue

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

Added spam prevention for v2 sessions #10030

Merged
merged 2 commits into from Oct 18, 2018
Merged

Added spam prevention for v2 sessions #10030

merged 2 commits into from Oct 18, 2018

Conversation

allouis
Copy link
Contributor

@allouis allouis commented Oct 18, 2018

  • Added spam prevention to POST /session

This blocks repeated requests the the /session endpoint preventing brute
force password attacks

  • Updated session controller to reset brute middleware

This updates the session controller to reset the brute force protection
on a successful login. This is required so that a user is not locked out
forever :o!!

no-issue

This blocks repeated requests the the /session endpoint preventing brute
force password attacks
no-issue

This updates the session controller to reset the brute force protection
on a successful login. This is required so that a user is not locked out
forever :o!!
@allouis allouis changed the title Spam prevention for v2 sessions Added spam prevention for v2 sessions Oct 18, 2018
@kevinansfield kevinansfield merged commit ae71f2d into TryGhost:master Oct 18, 2018
@allouis allouis deleted the spam-prevention-for-v2-sessions branch October 18, 2018 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants