Skip to content

Commit

Permalink
Missed section
Browse files Browse the repository at this point in the history
  • Loading branch information
olssonm committed Feb 22, 2024
1 parent c82a92f commit a5d13ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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経由
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5d13ca

Please sign in to comment.