-
Notifications
You must be signed in to change notification settings - Fork 653
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
2要素認証におけるブルートフォース対策の実装 #6035
2要素認証におけるブルートフォース対策の実装 #6035
Conversation
- 管理画面ユーザでスロットリングする為に、イベントリスナでMemberエンティティの判定を追加
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## 4.2 #6035 +/- ##
=========================================
Coverage 82.55% 82.56%
- Complexity 6425 6426 +1
=========================================
Files 475 475
Lines 25859 25859
=========================================
+ Hits 21348 21350 +2
+ Misses 4511 4509 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@KenTanaka
こちらについては新しくuser を追加して、既存のcustomerと今回追加する管理者の処理をまとめる方が良いかと思います。 テストに関しては、以下のテスト仕様書の更新をお願い致します。 |
@KenTanaka |
9eece6d
概要(Overview・Refs Issue)
方針(Policy)
実装に関する補足(Appendix)
テスト(Test)
回数超過
回数超過前にログイン可能
回数超過 > キャッシュ削除 > 2段階認証画面表示
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目