Replies: 1 comment 4 replies
-
Nope. You need to develop it by yourself. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Like the title, we define two consumer (use
key-auth
), then define the route add auth plugin.Now, when invoke the route, how to known which one consumer? We want to count the consumes invoke routes information, which consumer, inovke which route, invoke how many times.
What i think is modify
key-auth
plugin, when auth success or failed will send a http request to record. Doesapisix
support such hooks?Beta Was this translation helpful? Give feedback.
All reactions