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

[Feature Request] Introduce secret_key Parameter for Authentication #20

Open
justinh-rahb opened this issue Jan 24, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@justinh-rahb
Copy link
Collaborator

justinh-rahb commented Jan 24, 2024

Is your feature request related to a problem? Please describe.
The current reliance on Bearer-Token for API authentication can be restrictive for environments where managing headers is less practical. Some users may find it easier to pass authentication details as part of the query or request body, especially in certain automated or legacy systems.

Describe the solution you'd like
Implement a secret_key parameter that can be used as an alternative authentication method. This parameter would allow users to authenticate their API requests by appending secret_key=[USER_SECRET_KEY] to the query parameters, offering flexibility for different integration scenarios.

References
https://github.com/apilayer/screenshotlayer-API/blob/master/docs/specifications.md

@justinh-rahb justinh-rahb added the enhancement New feature or request label Jan 24, 2024
@justinh-rahb justinh-rahb changed the title Introduce secret_key Parameter for Authentication as an Alternative to Bearer Token [Feature Request] Introduce secret_key Parameter for Authentication Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants