-
Notifications
You must be signed in to change notification settings - Fork 448
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
Add API Auth: API key #611
Comments
Could you elaborate issue #611 Add API Auth? Since many services provide api key for access to their api, end users by default have to add this parameter to query parameters, so what is supposed to be done here? |
@19Doors The feature brief is very clear. |
@ashitaprasad I was wondering if all auth methods collectively should be placed in one place right. I have used postman and insomnia both in which they restrict you to choose one auth method and to put one apikey at a time. Should the same be true here. |
That's how API authentication works. Users can add API Keys in env variables and use the variable name in the Auth fields. |
Tell us about the task you want to perform and are unable to do so because the feature is not available
Add API key authentication for API Request which allows sending a key-value pair to the API either in the request headers or query parameters
The text was updated successfully, but these errors were encountered: