From a5d13caae2db1fbce10b4ad88dada71dcaf4dd9a Mon Sep 17 00:00:00 2001 From: Marcus Olsson Date: Thu, 22 Feb 2024 18:33:14 +0100 Subject: [PATCH] Missed section --- README.jp.md | 4 ---- README.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/README.jp.md b/README.jp.md index f3bb270..7b9f126 100644 --- a/README.jp.md +++ b/README.jp.md @@ -24,10 +24,6 @@ Laravel 5 Very Basic AuthはLaravel標準の`auth.basic`とは違い、実際の Basic認証は望まないユーザーからのアクセスを排除することができますが、ブルートフォース攻撃に対しては厳密には安全ではありません。もしこのパッケージをセキュリティのために単独で利用するのであれば、ログインの試行回数を制限するために、少なくともApacheかNginxのrate-limitersを確認するべきです。 -#### Laravel4.xを使っている場合 - -[こちらのgistを見てください](https://gist.github.com/olssonm/ea5561d7ab20fb5c8ddbdac9b556b32b), 古い`Route::filter`を使って、ほぼ同様の機能を利用できます。 - ## インストール Composer経由 diff --git a/README.md b/README.md index 8826a22..f991f7c 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,6 @@ On failed authentication the user will get a "401 Unauthorized" response. While HTTP Basic Auth does give you a protection layer against unwanted visitors, it is still not strictly safe from brute-force attacks. If you are solely using this package for security, you should at least consider looking into Apache or Nginx rate-limiters to limit login attempts. -#### Using Laravel 4.x? - -[Take a look at this gist](https://gist.github.com/olssonm/ea5561d7ab20fb5c8ddbdac9b556b32b), it uses the old `Route::filter`-methods to achieve pretty much the same goal. - ## Installation Via Composer