From 6415be9537a928a7e9c50900d299c4e040250a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Thu, 10 Nov 2022 09:59:01 +0800 Subject: [PATCH] Update README.md --- plugins/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/README.md b/plugins/README.md index 6f3cdf00e..aa57d674c 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -5,12 +5,19 @@ 同时提供了多个内置插件,用户可以基于 Higress 提供的官方镜像仓库直接使用这些插件: [basic-auth](./wasm-cpp/basic_auth):Basic Auth 认证鉴权 + [key-auth](./wasm-cpp/key_auth):Key 认证鉴权 + [hmac-auth](./wasm-cpp/hmac_auth):Hmac 认证鉴权 + [jwt-auth](./wasm-cpp/jwt_auth): JWT 认证鉴权 + [bot-detect](./wasm-cpp/bot_detect):防互联网爬虫 + [custom-response](./wasm-cpp/custom_response):自定义应答 + [key-rate-limit](./wasm-cpp/key_rate_limit):针对参数的限流 + [request-block](./wasm-cpp/request_block):自定义请求屏蔽 使用方式具体可以参考此[文档](./wasm-go/README.md) 中相关说明。