From a39794997f93e1edce8b7b02bb08b3eac35f53a4 Mon Sep 17 00:00:00 2001 From: "Yoshiaki Ueda (bootjp)" Date: Thu, 10 Nov 2022 20:45:06 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ebee9e..27006f3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ middleware for path-based authentication of labstack echo. Best when using apikey for path. example) https://example.com/api/this_is_api_key + This `this_is_api_key` part can be dynamically submitted to authentication. For example, whether apikey is active, RateLimit is not exceeded, etc.