开发者

How to Implement Login Throttling with Spring Security?

I'm trying to find out how to throttle logins (http://stackoverflow.com/questions/570160/throttling-login-attempts) 开发者_Go百科with Spring Security. Does anybody has some idea?


Check out this write-up where the author programmaticaly implements an account lockout policy based on the number of failed login attempts. Perhaps a variation of this is what you need?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜