File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ public $aliases = [
288288 'session' => \CodeIgniter\Shield\Filters\SessionAuth::class,
289289 'tokens' => \CodeIgniter\Shield\Filters\TokenAuth::class,
290290 'chain' => \CodeIgniter\Shield\Filters\ChainAuth::class,
291- 'auth-limit ' => \CodeIgniter\Shield\Filters\AuthRates::class,
291+ 'auth-rates ' => \CodeIgniter\Shield\Filters\AuthRates::class,
292292];
293293```
294294
Original file line number Diff line number Diff line change 1010use CodeIgniter \Shield \Auth ;
1111
1212/**
13- * Chain Authentication Filter.
13+ * Auth Rate-Limiting Filter.
1414 *
15- * Checks all authentication systems specified within
16- * `Config\Auth->authenticationChain`
15+ * Provides rated limiting intended for Auth routes.
1716 */
1817class AuthRates implements FilterInterface
1918{
You can’t perform that action at this time.
0 commit comments