-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
[Dart] Fix authentication for HTTP basic, API keys #2419
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
[Dart] Fix authentication for HTTP basic, API keys #2419
Conversation
|
👍 Thanks for opening this issue! The team will review the labels and make any necessary changes. |
|
Closing and re-opening to kick Travis to build again |
|
Thanks for the PR but your commit (as shown in the Commits tab) is not linked to your Github account, which means this PR won't count as your contribution in https://github.com/OpenAPITools/openapi-generator/graphs/contributors. Let me know if you need help fixing it. |
|
Added a small PR to your branch (dalewking#1). This incorporates your changes into the top-level README and expands the basic auth so it's easier to use. |
Add changes to README
…entication-for-dart # Conflicts: # modules/openapi-generator/src/main/resources/dart2/api_doc.mustache
Amended the commits and fixed. Was using my work email address |
|
The new commits are correctly linked to your account You can also add your work email address as the secondary email address in the Github account so that the first 2 commits are correctly linked to your account. |
Description of the PR
See #2396
The only authentication scheme that was actually usable on dart was oauth. These changes to allow using ApiKeyAuth and basic authentication. It also takes the step that when the access information is set it isn't in public properties so cannot be simply read.
@ircecho @swipesight @jaumard