You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
4
4
middleware for path-based authentication of labstack echo. Best when using apikey for path.
5
5
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
+
6
10
7
11
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).
0 commit comments