Skip to content

Commit ee42db9

Browse files
committed
docs: fix typo in filter name
1 parent 7a118f3 commit ee42db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/references/controller_filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $aliases = [
2929
|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3030
| session | Restricts access to users who are not authenticated by the `Session` authenticator. |
3131
| tokens | Restricts access to users who are not authenticated by the `AccessTokens` authenticator. |
32-
| chained | The filter will check authenticators in sequence to see if the user is logged in through either of authenticators, allowing a single API endpoint to work for both an SPA using session auth, and a mobile app using access tokens. |
32+
| chain | The filter will check authenticators in sequence to see if the user is logged in through either of authenticators, allowing a single API endpoint to work for both an SPA using session auth, and a mobile app using access tokens. |
3333
| jwt | Restricts access to users who are not authenticated by the `JWT` authenticator. See [JWT Authentication](../addons/jwt.md). |
3434
| hmac | Restricts access to users who are not authenticated by the `HMAC` authenticator. See [HMAC Authentication](../guides/api_hmac_keys.md). |
3535
| auth-rates | Provides a good basis for rate limiting of auth-related routes. |

0 commit comments

Comments
 (0)