-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Method to set 'Api key authorization' #3010
Comments
I have a similar use case. My API has a simple token authentication scheme (X-Token in a HTTP header) and the Authorize button works fine.
That way my team can quickly use the API locally with different users without going through the entire authentication workflow. |
Closing in favor of #2915 |
Locking due to inactivity. This is done to avoid resurrecting old issues and bumping long threads with new, possibly unrelated content. If you think you're experiencing something similar to what you've found here: please open a new issue, follow the template, and reference this issue in your report. Thanks! |
v3
Actual: Nothing wrong, I just want to do this with a method call instead of having to use a form.
Ideal flow:
Access to helper method like
ui.auth.apiKey = 'foobar'
The text was updated successfully, but these errors were encountered: