Skip to content
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

Open
ashitaprasad opened this issue Feb 23, 2025 · 4 comments
Open

Add API Auth: API key #611

ashitaprasad opened this issue Feb 23, 2025 · 4 comments
Labels
good first issue Good for newcomers

Comments

@ashitaprasad
Copy link
Member

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

@ashitaprasad ashitaprasad added enhancement New feature or request good first issue Good for newcomers labels Feb 23, 2025
@19Doors
Copy link

19Doors commented Mar 1, 2025

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?

@ashitaprasad
Copy link
Member Author

ashitaprasad commented Mar 1, 2025

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.
You have to run API Dash, do some research and survey, think how this feature must work, prepare the UI design and share your approach on how it should be implemented.

@Clasherzz
Copy link
Contributor

Clasherzz commented Mar 1, 2025

@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.

@ashitaprasad
Copy link
Member Author

@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.

@ashitaprasad ashitaprasad removed the enhancement New feature or request label Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants