Browse Source

fix link to AuthMethod

tags/2.0.7
Nikola Kovacs 9 years ago
parent
commit
a61d9f224f
  1. 2
      docs/guide/rest-controllers.md

2
docs/guide/rest-controllers.md

@ -53,7 +53,7 @@ In particular, the following filters will be executed in the order they are list
* [[yii\filters\ContentNegotiator|contentNegotiator]]: supports content negotiation, to be explained in
the [Response Formatting](rest-response-formatting.md) section;
* [[yii\filters\VerbFilter|verbFilter]]: supports HTTP method validation;
* [[yii\filters\AuthMethod|authenticator]]: supports user authentication, to be explained in
* [[yii\filters\auth\AuthMethod|authenticator]]: supports user authentication, to be explained in
the [Authentication](rest-authentication.md) section;
* [[yii\filters\RateLimiter|rateLimiter]]: supports rate limiting, to be explained in
the [Rate Limiting](rest-rate-limiting.md) section.

Loading…
Cancel
Save