Skip to content

Commit 4cbdb16

Browse files
authored
Update README.md
1 parent 3ef66c6 commit 4cbdb16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
middleware for path-based authentication of labstack echo. Best when using apikey for path.
55

6+
example) https://example.com/api/this_is_api_key
7+
This `this_is_api_key` part can be dynamically submitted to authentication.
8+
For example, whether apikey is active, RateLimit is not exceeded, etc.
9+
610

711
Much of this code is based on [key_auth.go in labstack/echo and its test code](https://github.com/labstack/echo/blob/01d7d01bbc1948cd308b2ae93a131654e6dba195/middleware/key_auth.go).
812

0 commit comments

Comments
 (0)