2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core/server/auth
David Wolfe 68af2145a1 Replace memory spam prevention with brute-express (#7579)
no issue

- removes count from user checks model
- uses brute express brute with brute-knex adaptor to store persisted data on spam prevention
- implement brute force protection for password/token exchange, password resets and private blogging
2016-11-08 12:33:19 +01:00
..
auth-strategies.js Error creation (#7477) 2016-10-06 13:27:35 +01:00
authenticate.js 🎨 one token endpoint (#7571) 2016-10-17 12:45:50 +02:00
authorize.js Error creation (#7477) 2016-10-06 13:27:35 +01:00
index.js Ghost OAuth (#7451) 2016-09-30 12:45:59 +01:00
oauth.js Replace memory spam prevention with brute-express (#7579) 2016-11-08 12:33:19 +01:00
passport.js Ghost Auth: register client with blog_uri (#7680) 2016-11-07 11:38:05 +00:00