-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API KEY Unique #11197
Comments
The API_KEY is already unique for different consumers. No two users have the same api_key. |
Hi, |
The consumer |
username required unique but API Key also, because if API Key not unique for all user how about your detect user A with user B. What happens when the username is unique but the API Key is duplicate, then determining which user is calling is impossible |
@dvdieu You are right, if there are duplicate API keys, it is impossible to identify different consumers. |
i think
|
If this judgment logic can be added when adding API key instead of processing client requests, it is good for me |
Please update this bug |
Description
API KEY can be use for purpose Authentication, to do that API KEY need require to unique for all Consumer
The text was updated successfully, but these errors were encountered: