danielgtaylor / openapi-cli-generator

Generate a CLI from an OpenAPI 3 specification
MIT License
179 stars 49 forks source link

Add Simple API Key Auth #6

Closed danielgtaylor closed 5 years ago

danielgtaylor commented 5 years ago

It would cover a lot of use-cases to have a basic API key or API key+secret style auth module with support for profiles. This could even be added as an option to the openapi-cli-generator init command so you don't need to write any Go.

danielgtaylor commented 5 years ago

Implemented in 05968b1132e8e12bb7e7c148135622348e808105 but there is no way to automate it yet.

danielgtaylor commented 5 years ago

Automation has been moved into its own issue #12